From 76afcac18895bec5c0608315f0e1833a64ef2fdd678d73c4f7ac6f7aabc0bae7 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 24 Jun 2020 04:29:58 +0000 Subject: [PATCH] - Update to 1.9.0: * Adds support for Patchwork API v1.2 and introduces five new commands: + bundle create + bundle update + bundle delete + bundle add + bundle remove OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-pw?expand=0&rev=8 --- git-pw-1.8.1.tar.gz | 3 --- git-pw-1.9.0.tar.gz | 3 +++ python-git-pw.changes | 11 +++++++++++ python-git-pw.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 git-pw-1.8.1.tar.gz create mode 100644 git-pw-1.9.0.tar.gz diff --git a/git-pw-1.8.1.tar.gz b/git-pw-1.8.1.tar.gz deleted file mode 100644 index 82a0a09..0000000 --- a/git-pw-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:568f522d0e253b458a29b8a55f0a3eadf1e261ed53839bb44859a0c8df340bfa -size 34796 diff --git a/git-pw-1.9.0.tar.gz b/git-pw-1.9.0.tar.gz new file mode 100644 index 0000000..f243a60 --- /dev/null +++ b/git-pw-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678bc94638059dc4c27b7746e30c9414fc80aa3a1742b92c47ea37a58b0932ef +size 37588 diff --git a/python-git-pw.changes b/python-git-pw.changes index b0429c3..61efa75 100644 --- a/python-git-pw.changes +++ b/python-git-pw.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jun 24 04:27:25 UTC 2020 - Steve Kowalik + +- Update to 1.9.0: + * Adds support for Patchwork API v1.2 and introduces five new commands: + + bundle create + + bundle update + + bundle delete + + bundle add + + 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 fa1b190..c76c87b 100644 --- a/python-git-pw.spec +++ b/python-git-pw.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname git-pw Name: python-git-pw -Version: 1.8.1 +Version: 1.9.0 Release: 0 Summary: A tool for integrating Git with Patchwork License: MIT