diff --git a/git-pw-2.0.0.tar.gz b/git-pw-2.0.0.tar.gz deleted file mode 100644 index a748860..0000000 --- a/git-pw-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:787943e13df7852a3e004626792a66d6460edf9a63104c52ad0b68222877ed0c -size 38851 diff --git a/git-pw-2.3.0.tar.gz b/git-pw-2.3.0.tar.gz new file mode 100644 index 0000000..90f0fe1 --- /dev/null +++ b/git-pw-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108a540f6e431e0c22d6dfad702cecec8410457a4dbac86edfc1eb91f15244c9 +size 43914 diff --git a/python-git-pw.changes b/python-git-pw.changes index 334662a..36bc5ab 100644 --- a/python-git-pw.changes +++ b/python-git-pw.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri May 6 10:28:55 UTC 2022 - pgajdos@suse.com + +- version update to 2.3.0 + 2.3.0 + ----- + * Release 2.3.0 + * Drop Python 3.5, 3.6 support, add 3.10 + * Create git-blame-ignore-revs file + * Blackify code + * requirements: Uncap docs requirements + * CI: Add missing anchors + 2.2.3 + ----- + * Release 2.2.3 + * CI: Generate release + * rpm: Add README for RPM specs + * requirements: Uncap test requirements + * rpm: Yet more spec file changes + 2.2.2 + ----- + * Release 2.2.2 + * Add missing runtime dependencies + * rpm: Modify changelog + 2.2.1 + ----- + * Release 2.2.1 + * requirements: Remove all upper constraint caps + * rpm: Add pytest as dependency + 2.2.0 + ----- + * Release 2.2.0 + * rpm: Spec updates + * Replace mock with unittest.mock + * Add missing PyYAML type stubs package + * utils: Add support for 'yaml' formatter + * trivial: Style fixes + * README: Update docs for Patchwork 3.0 + * README: Use python3 variants of packages + * CI: Stop publishing to test.pypi.org + 2.1.2 + ----- + * Release 2.1.2 + * requirements: Add support for click 8.x + * tests: Unset PAGER env when testing fallback + * docs: Update doc name + * utils: Convert prints to logging calls + * utils: Log subprocess calls + 2.1.1 + ----- + * man: Update man pages + 2.1.0 + ----- + * Add release note for new 'bundle download' options + * Fix the setup.py warning + * Allow downloading of series patches to separate files + * utils: Remove unnecessary future import + * README: Re-add build status + * Remove references to Travis + * Switch to GitHub Actions + * tox: Add missing 'typing' stubs + * tox: Fix default Python versions + * Convert to Python 3-style type hints + * Add release note for read-only auth change + * Do not require authentication for GET requests +- python-mock is not required for build + ------------------------------------------------------------------- Wed Jul 29 06:47:47 UTC 2020 - Steve Kowalik diff --git a/python-git-pw.spec b/python-git-pw.spec index 893d4c4..dce94bb 100644 --- a/python-git-pw.spec +++ b/python-git-pw.spec @@ -1,7 +1,7 @@ # # spec file for package python-git-pw # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define modname git-pw %define skip_python2 1 Name: python-git-pw -Version: 2.0.0 +Version: 2.3.0 Release: 0 Summary: A tool for integrating Git with Patchwork License: MIT @@ -29,8 +29,8 @@ Source: https://files.pythonhosted.org/packages/source/g/%{modname}/%{mo BuildArch: noarch BuildRequires: %{python_module arrow >= 0.10} BuildRequires: %{python_module click >= 6.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} +BuildRequires: %{python_module pyaml >= 5.1} BuildRequires: %{python_module pytest >= 3.0} BuildRequires: %{python_module requests > 2.0} BuildRequires: %{python_module setuptools} @@ -42,13 +42,14 @@ BuildRequires: python-rpm-macros Requires: git-core Requires: python-arrow >= 0.10 Requires: python-click >= 6.0 +Requires: python-pyaml >= 5.1 Requires: python-requests > 2.0 Requires: python-six >= 1.12 Requires: python-tabulate >= 0.8 Provides: %{modname} = %{version} Obsoletes: %{modname} < %{version} -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description