Accepting request 1073081 from home:pgajdos:python

- version update to 0.4
   Added
    Type hints.
  Removed
    Support for Python 2.7, 3.5, and 3.6.
    __version__, __author__, and __email__ attributes from parver
    module. Use :mod:`importlib.metadata` instead.

OBS-URL: https://build.opensuse.org/request/show/1073081
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=9
This commit is contained in:
John Vandenberg
2023-03-20 09:49:27 +00:00
committed by Git OBS Bridge
parent e411af39b1
commit 1fd56243db
4 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 20 09:30:41 UTC 2023 - pgajdos@suse.com
- version update to 0.4
Added
Type hints.
Removed
Support for Python 2.7, 3.5, and 3.6.
__version__, __author__, and __email__ attributes from parver
module. Use :mod:`importlib.metadata` instead.
-------------------------------------------------------------------
Wed Dec 8 22:33:56 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>