- Update to 2.0.0:

* Drop support for Python 2.7
  * trivial: Use names for options with multiple=True
  * Add '--hash' option for 'git-pw patch list'
  * rpm: Address review comments
  * Add spec file
  * Revert "docs: Increase support range for reno"
  * travis: Add support for GitHub releases
  * docs: Increase support range for reno

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-pw?expand=0&rev=10
This commit is contained in:
Steve Kowalik 2020-07-29 06:51:55 +00:00 committed by Git OBS Bridge
parent 76afcac188
commit 62e818b58c
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:678bc94638059dc4c27b7746e30c9414fc80aa3a1742b92c47ea37a58b0932ef
size 37588

3
git-pw-2.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:787943e13df7852a3e004626792a66d6460edf9a63104c52ad0b68222877ed0c
size 38851

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jul 29 06:47:47 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.0:
* Drop support for Python 2.7
* trivial: Use names for options with multiple=True
* Add '--hash' option for 'git-pw patch list'
* rpm: Address review comments
* Add spec file
* Revert "docs: Increase support range for reno"
* travis: Add support for GitHub releases
* docs: Increase support range for reno
-------------------------------------------------------------------
Wed Jun 24 04:27:25 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -18,8 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname git-pw
%define skip_python2 1
Name: python-git-pw
Version: 1.9.0
Version: 2.0.0
Release: 0
Summary: A tool for integrating Git with Patchwork
License: MIT