15
0

Accepting request 1103939 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX

- update to 1.4.0:
  * The published source distribution package became buildable
  * under Python 3.12.
  * Removed an unused :py:data:`typing.Tuple` import
  * Deprecations and Removals
  * Dropped Python 3.7 support.

OBS-URL: https://build.opensuse.org/request/show/1103939
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=11
This commit is contained in:
John Vandenberg
2023-08-15 01:13:49 +00:00
committed by Git OBS Bridge
parent 40f6c8d10b
commit df9dc03791
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 14 20:49:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.4.0:
* The published source distribution package became buildable
* under Python 3.12.
* Removed an unused :py:data:`typing.Tuple` import
* Deprecations and Removals
* Dropped Python 3.7 support.
-------------------------------------------------------------------
Fri Apr 21 12:25:29 UTC 2023 - Dirk Müller <dmueller@suse.com>