14
0

Accepting request 1089976 from home:bnavigator:branches:devel:languages:python

- Bring this Ring1 package to python packaging standards
  * Switch to github tarball in order to run the tests
  * Don't catchall sitelib
  * Replace deprecated setup.py with PEP517
    (poetry-core is enough to build)
  * Pure python module: BuildArch is noarch

OBS-URL: https://build.opensuse.org/request/show/1089976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytzdata?expand=0&rev=8
This commit is contained in:
2023-05-31 09:29:12 +00:00
committed by Git OBS Bridge
parent 66bfdad2f5
commit ddaef03226
4 changed files with 29 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 31 08:51:45 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Bring this Ring1 package to python packaging standards
* Switch to github tarball in order to run the tests
* Don't catchall sitelib
* Replace deprecated setup.py with PEP517
(poetry-core is enough to build)
* Pure python module: BuildArch is noarch
-------------------------------------------------------------------
Mon May 8 04:54:25 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>