Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-git-pw for openSUSE:Factory 
checked in at 2022-05-06 19:00:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-git-pw (Old)
 and      /work/SRC/openSUSE:Factory/.python-git-pw.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-git-pw"

Fri May  6 19:00:06 2022 rev:4 rq:975403 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-git-pw/python-git-pw.changes      
2020-07-29 17:23:12.956700602 +0200
+++ /work/SRC/openSUSE:Factory/.python-git-pw.new.1538/python-git-pw.changes    
2022-05-06 19:00:35.505438681 +0200
@@ -1,0 +2,67 @@
+Fri May  6 10:28:55 UTC 2022 - pgaj...@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
+
+-------------------------------------------------------------------

Old:
----
  git-pw-2.0.0.tar.gz

New:
----
  git-pw-2.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-git-pw.spec ++++++
--- /var/tmp/diff_new_pack.UhBcXq/_old  2022-05-06 19:00:36.037439262 +0200
+++ /var/tmp/diff_new_pack.UhBcXq/_new  2022-05-06 19:00:36.041439266 +0200
@@ -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 @@
 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 @@
 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(postun):update-alternatives
 %python_subpackages
 
 %description

++++++ git-pw-2.0.0.tar.gz -> git-pw-2.3.0.tar.gz ++++++
++++ 4939 lines of diff (skipped)

Reply via email to