Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-watermark-2.4.3-2.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-watermark Distribution: openSUSE:Factory:zSystems
Version: 2.4.3 Vendor: openSUSE
Release: 2.1 Build date: Tue Mar 5 19:37:42 2024
Group: Development/Languages/Python Build host: reproducible
Size: 51130 Source RPM: python-watermark-2.4.3-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/rasbt/watermark
Summary: IPython magic function to psystem information
An Jupyter magic extension for printing date and time stamps, version numbers,
and hardware information.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Mar 05 2024 Ben Greiner <code@bnavigator.de>
  - Skip python39: no longer supported since ipython 8.19
* Sun Jul 02 2023 Ben Greiner <code@bnavigator.de>
  - Update to 2.4.3
    * Make py3nvml installation for GPU info optional.
      (replaces watermark-pr92-optional-py3nvml.patch)
* Fri Jun 02 2023 Ben Greiner <code@bnavigator.de>
  - 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
* Sun Jun 05 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * increase python version to 3.8
  - update to version 2.3.1:
    * Upper limit on importlib-metadata caused trouble installing on
      Python 3.7. Instead pin to minimum version with Python 3.8
      functionality according to
      https://github.com/python/importlib_metadata#compatibility (#86,
      via contribution by James Myatt)
* Sat Feb 19 2022 Arun Persaud <arun@gmx.de>
  - 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)
* Tue Dec 15 2020 Benjamin Greiner <code@bnavigator.de>
  - Provide the old jupyter package name only for the primary
    Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
* 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.

Files

/usr/lib/python3.12/site-packages/watermark
/usr/lib/python3.12/site-packages/watermark-2.4.3.dist-info
/usr/lib/python3.12/site-packages/watermark-2.4.3.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/watermark-2.4.3.dist-info/LICENSE
/usr/lib/python3.12/site-packages/watermark-2.4.3.dist-info/METADATA
/usr/lib/python3.12/site-packages/watermark-2.4.3.dist-info/RECORD
/usr/lib/python3.12/site-packages/watermark-2.4.3.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/watermark-2.4.3.dist-info/WHEEL
/usr/lib/python3.12/site-packages/watermark-2.4.3.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/watermark/__init__.py
/usr/lib/python3.12/site-packages/watermark/__pycache__
/usr/lib/python3.12/site-packages/watermark/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/watermark/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/watermark/__pycache__/magic.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/watermark/__pycache__/magic.cpython-312.pyc
/usr/lib/python3.12/site-packages/watermark/__pycache__/version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/watermark/__pycache__/version.cpython-312.pyc
/usr/lib/python3.12/site-packages/watermark/__pycache__/watermark.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/watermark/__pycache__/watermark.cpython-312.pyc
/usr/lib/python3.12/site-packages/watermark/magic.py
/usr/lib/python3.12/site-packages/watermark/version.py
/usr/lib/python3.12/site-packages/watermark/watermark.py
/usr/share/doc/packages/python312-watermark
/usr/share/doc/packages/python312-watermark/README.md
/usr/share/licenses/python312-watermark
/usr/share/licenses/python312-watermark/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024