- update to 1.1.0:

* Deprecate python 3.8 and add python 3.11 (#148)
  * Add typing annotations (#138)
  * Global status support (#125)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vagrant?expand=0&rev=5
This commit is contained in:
2024-01-03 12:57:25 +00:00
committed by Git OBS Bridge
parent 0400d236a6
commit 37e829ad0b
5 changed files with 10 additions and 26 deletions

View File

@@ -1,7 +1,10 @@
-------------------------------------------------------------------
Wed Jan 3 10:30:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
Wed Jan 3 12:56:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
- require setuptools
- update to 1.1.0:
* Deprecate python 3.8 and add python 3.11 (#148)
* Add typing annotations (#138)
* Global status support (#125)
-------------------------------------------------------------------
Sat May 20 11:45:00 UTC 2023 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>