File python-watermark.changes of Package python-watermark
-------------------------------------------------------------------
Fri Jan 3 01:26:01 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 2.0.2
* Support VERSION attributes, in addition to __version__ attributes.
- Drop python2 support due to dependencies dropping python2
-------------------------------------------------------------------
Tue Nov 12 16:56:39 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 2.0.1
* Now uses pkg_resources as the default method for getting version numbers.
* Fixes a whitespace bug when printing the timezone.
-------------------------------------------------------------------
Sun Aug 11 04:35:21 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 1.8.2
* When no Python library was imported and the --iversion is used,
print an empty string instead of raising an error.
-------------------------------------------------------------------
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 1.8.1
* Fixes string alignment issues when the -iv/--iversion flag is used.
- Update to 1.8.0
* The -iv/--iversion flag now also shows package versions that were imported as from X import Y
and import X.Y as Y.
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
-------------------------------------------------------------------
Sat Dec 22 07:17:53 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to 1.7.0
* Show modules that are not installed
* include license file in wheels dist
-------------------------------------------------------------------
Fri Sep 7 15:52:58 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.6.1
* Include license file in wheels.
-------------------------------------------------------------------
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
- Use %license tag
-------------------------------------------------------------------
Thu Apr 19 04:38:30 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.6.0
* Adds a new -b/--gitbranch parameter that prints the current Git branch.
-------------------------------------------------------------------
Wed Nov 8 16:50:46 UTC 2017 - toddrme2178@gmail.com
- Initial version