Revisions of python-watermark

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1155329 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 9)
- Skip python39: no longer supported since ipython 8.19
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1096410 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 8)
- Update to 2.4.3
  * Make py3nvml installation for GPU info optional.
    (replaces watermark-pr92-optional-py3nvml.patch)

- Update to 2.4.2
  * Adds a new --gpu flag to print out GPU information (currently
    limited to NVIDIA devices) (#90, via contribution by
    907Resident)
  * (2.4.0 to 2.4.2: Packaging fixes)
- Add watermark-pr92-optional-py3nvml.patch gh#rasbt/watermark#92
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 956264 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 6)
- specfile:
  * update copyright year
  * skip python 3.6
- update to version 2.3.0:
  * Added the following arguments: --github_username - for prints
    author github username, --email - for prints author email,
    --website - for prints author or project website. (#82, via
    contribution by joschkazj)
  * Added a --conda option to print the name of the current conda
    environment. (#79, via contribution by Alexander Krasnikov)
  * It is now possible to inject globals when used outside IPython
    (#80, via contribution by Hugo Lapré). For example, version
    numbers of imported packages can now be obtained as follows:
        import numpy
        import watermark.watermark as watermark
        watermark(iversions=True, globals_=globals())
- changes from version 2.2.0:
  * Refactoring such that a watermark() function now also works
    outside IPython and Jupyter. Now, the magic %watermark calls
    watermark(). Calling %watermark via IPython and Juypter still
    works as usual. However, in addition the watermark() function can
    be used within regular Python for unit testing purposes etc. (#46,
    via contribution by Tymoteusz Wołodźko)
- changes from version 2.1.0:
  * Adopt NEP 29 and require Python version 3.7 or newer. (#63, via
    contribution by James Myatt)
  * Add Python 3.8 and 3.9 to Travis CI builds. (#63, via contribution
    by James Myatt)
  * Fix: Allow setup.py to run without install_requires already
    installed (#67, via contribution by James Myatt)
  * Major refactoring to improve code readability (#64 and 65, via
    contribution by Bahram Aghaei)
  * Use importlib and importlib.metadata to determine package version
    numbers. (#66, via contribution by James Myatt)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 760522 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
- Update to 2.0.2
  * Support VERSION attributes, in addition to __version__ attributes.
- Drop python2 support due to dependencies dropping python2
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 698416 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
- 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.
- Update to 1.7.0
  * Show modules that are not installed
  * include license file in wheels dist
- Update to version 1.6.1
  * Include license file in wheels.
- Use %license tag
- Update to version 1.6.0
  * Adds a new -b/--gitbranch parameter that prints the current Git branch.
- Initial version
Displaying all 9 revisions
openSUSE Build Service is sponsored by