15
0
forked from pool/python-git-pw

- update to 2.5.0:

* Add release note for --since, --before opts
  * patch, series: Add support for '--since' and '--before'
  * utils: Correct type
  * Fix black issues
  * CI: Switch to pypa/gh-action-pypi-publish@release/v1
- Update to version 2.4.0
    + bundle remove

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-pw?expand=0&rev=19
This commit is contained in:
2023-12-07 23:03:12 +00:00
committed by Git OBS Bridge
parent 3f6dcb87c7
commit f98df64cf6
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 7 23:02:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.5.0:
* Add release note for --since, --before opts
* patch, series: Add support for '--since' and '--before'
* utils: Correct type
* Fix black issues
* CI: Switch to pypa/gh-action-pypi-publish@release/v1
-------------------------------------------------------------------
Mon Apr 3 08:17:21 UTC 2023 - pgajdos@suse.com
@@ -11,7 +21,7 @@ Wed Dec 14 08:47:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
-------------------------------------------------------------------
Tue Dec 13 15:29:30 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.4.0
- Update to version 2.4.0
* Replace implicit optional typedefs
-------------------------------------------------------------------
@@ -103,7 +113,7 @@ Wed Jun 24 04:27:25 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
+ bundle update
+ bundle delete
+ bundle add
+ bundle remove
+ bundle remove
-------------------------------------------------------------------
Tue Mar 31 16:43:11 UTC 2020 - Matej Cepl <mcepl@suse.com>