Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-podman for openSUSE:Factory 
checked in at 2022-07-04 11:32:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-podman (Old)
 and      /work/SRC/openSUSE:Factory/.python-podman.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-podman"

Mon Jul  4 11:32:42 2022 rev:5 rq:986467 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-podman/python-podman.changes      
2022-02-22 21:18:46.814292724 +0100
+++ /work/SRC/openSUSE:Factory/.python-podman.new.1548/python-podman.changes    
2022-07-04 11:32:45.992012650 +0200
@@ -1,0 +2,22 @@
+Thu Jun 30 06:31:58 UTC 2022 - Johannes Kastl <[email protected]>
+
+- update to 4.0.0
+  * Remove support for old (ApiConnection) API
+  * Update CI to use copr and release podman packages for testing
+  * Port code to support Podman 4.0.0 API changes
+  * Added support for Python 3.10
+  * lint scrub and correction of code
+  * Bug fixes
+  * Move to tox for development support
+  * Move to pytest from nose for test execution
+  * Support testing python 3.6,3.8-3.10
+  * Allow passing string values to memory limits
+
+- remove patch python310.patch 
+
+-------------------------------------------------------------------
+Wed Jun 29 15:13:29 UTC 2022 - Johannes Kastl <[email protected]>
+
+- disable building for python2
+
+-------------------------------------------------------------------

Old:
----
  podman-3.2.1.tar.gz
  python310.patch

New:
----
  podman-4.0.0.tar.gz

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

Other differences:
------------------
++++++ python-podman.spec ++++++
--- /var/tmp/diff_new_pack.R6hZfG/_old  2022-07-04 11:32:46.496013462 +0200
+++ /var/tmp/diff_new_pack.R6hZfG/_new  2022-07-04 11:32:46.500013468 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
@@ -26,15 +27,13 @@
 %bcond_with test
 %endif
 Name:           python-podman%{psuffix}
-Version:        3.2.1
+Version:        4.0.0
 Release:        0
 Summary:        A library to interact with a Podman server
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/containers/podman-py
 Source:         
https://github.com/containers/podman-py/archive/refs/tags/v%{version}.tar.gz#/podman-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM: https://github.com/containers/podman-py/pull/154.patch
-Patch1:         python310.patch
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module pytoml}
 BuildRequires:  %{python_module pyxdg}
@@ -72,7 +71,6 @@
 
 %prep
 %setup -q -n podman-py-%{version}
-%patch1 -p1
 
 %build
 %python_build

++++++ podman-3.2.1.tar.gz -> podman-4.0.0.tar.gz ++++++
++++ 5630 lines of diff (skipped)

Reply via email to