From f98df64cf65b65df3bd2623dfec180dd900ba749492a7123b888b3c04563dc9a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 23:03:12 +0000 Subject: [PATCH] - 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 --- git-pw-2.4.0.tar.gz | 3 --- git-pw-2.5.0.tar.gz | 3 +++ python-git-pw.changes | 14 ++++++++++++-- python-git-pw.spec | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 git-pw-2.4.0.tar.gz create mode 100644 git-pw-2.5.0.tar.gz diff --git a/git-pw-2.4.0.tar.gz b/git-pw-2.4.0.tar.gz deleted file mode 100644 index e1c8433..0000000 --- a/git-pw-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61f8bb215ccc354d25f8b675d75b068e021fed3f7a1cdccceb595b3f94cad39d -size 42811 diff --git a/git-pw-2.5.0.tar.gz b/git-pw-2.5.0.tar.gz new file mode 100644 index 0000000..f7ac354 --- /dev/null +++ b/git-pw-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60169f9566bd6710f9c0985a005a0c326460b739d3f2b5c5c71e85211584590 +size 43420 diff --git a/python-git-pw.changes b/python-git-pw.changes index 0c33491..3da9d2d 100644 --- a/python-git-pw.changes +++ b/python-git-pw.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 7 23:02:59 UTC 2023 - Dirk Müller + +- 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 ------------------------------------------------------------------- Tue Dec 13 15:29:30 UTC 2022 - Yogalakshmi Arunachalam -- 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 + bundle update + bundle delete + bundle add - + bundle remove + + bundle remove ------------------------------------------------------------------- Tue Mar 31 16:43:11 UTC 2020 - Matej Cepl diff --git a/python-git-pw.spec b/python-git-pw.spec index e380d7b..e155d0a 100644 --- a/python-git-pw.spec +++ b/python-git-pw.spec @@ -19,7 +19,7 @@ %define modname git-pw %define skip_python2 1 Name: python-git-pw -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: A tool for integrating Git with Patchwork License: MIT