Package Release Info

python-watermark-2.0.2-bp153.1.18

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-watermark

Change Logs

Version: 2.0.2-bp152.1.6
* Fri Jan 03 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 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 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 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 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 07 2018 toddrme2178@gmail.com
- Update to version 1.6.1
  * Include license file in wheels.
* Thu May 03 2018 toddrme2178@gmail.com
- Use %license tag
* Thu Apr 19 2018 toddrme2178@gmail.com
- Update to version 1.6.0
  * Adds a new -b/--gitbranch parameter that prints the current Git branch.
* Wed Nov 08 2017 toddrme2178@gmail.com
- Initial version