Skip to content

Tags: dlenski/python-vipaccess

Tags

v0.14.2

Toggle v0.14.2's commit message
Remove warning that it might stop working, call it v0.14.2

v0.14.1

Toggle v0.14.1's commit message
Add a 'vipaccess version' command, remove EOL Python 3.6 from CI, cal…

…l it v0.14.1

Resolves #48

v0.14

Toggle v0.14's commit message
Replace nose (unmaintained) with nose2, remove Python 3.5 from CI (EO…

…L), add warning to slow test, call it v0.14 for real this time

Potential FIXMEs for nose2?  It has some frustrating differences from nose
(https://docs.nose2.io/en/latest/differences.html), including:

- lack of 'assert_[a-z]' or 'assert[A-Z]*' functions, except as
  *methods* of unittest.TestCase subclasses
- inability to set '--verbose' when running as 'python setup.py test' (I
  tried adding '[unittest]\nverbosity = 2' to setup.cfg...  does nothing,
  unlike putting it in unittest.cfg, which works but only when running
  explicitly via 'nose2' CLI)

v0.13

Toggle v0.13's commit message
update README/help, call it v0.13

v0.12

Toggle v0.12's commit message
fix reference link, `cli` → `__main__`, call it v0.12

v0.11

Toggle v0.11's commit message
v0.11… let's finally call it “beta”

v0.10.2

Toggle v0.10.2's commit message
I'm really bad at building working Python packages 🤦🏻‍♂

(ping #28)

v0.10.1

Toggle v0.10.1's commit message
fix setup.py, add description.rst, and call it v0.10.1… so we can upd…

…ate PyPi (fixes #28)