14
0
forked from pool/python-typepy

Accepting request 1240747 from home:glaubitz:branches:devel:languages:python

- Update to version 1.3.4
  * Update README
  * Refactor release process to use Tox
    for better environment management
- from version 1.3.3
  * Replace deprecated abctractproperty
  * Drop support for Python 3.7/3.8
  * Add support for Python 3.13
  * Add GitHub Actions workflow for building
    and publishing to PyPI
  * Update copyright years
  * Bump actions/setup-python from 4 to 5

OBS-URL: https://build.opensuse.org/request/show/1240747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=18
This commit is contained in:
2025-01-28 10:33:59 +00:00
committed by Git OBS Bridge
parent 4ccb639732
commit 0c677f1012
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jan 28 09:45:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.3.4
* Update README
* Refactor release process to use Tox
for better environment management
- from version 1.3.3
* Replace deprecated abctractproperty
* Drop support for Python 3.7/3.8
* Add support for Python 3.13
* Add GitHub Actions workflow for building
and publishing to PyPI
* Update copyright years
* Bump actions/setup-python from 4 to 5
-------------------------------------------------------------------
Mon Dec 4 10:42:07 UTC 2023 - Dirk Müller <dmueller@suse.com>