Hello community,

here is the log from the commit of package python-GitPython for 
openSUSE:Factory checked in at 2020-08-25 12:38:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-GitPython (Old)
 and      /work/SRC/openSUSE:Factory/.python-GitPython.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-GitPython"

Tue Aug 25 12:38:38 2020 rev:22 rq:828143 version:3.1.7.1594621338.176838a3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-GitPython/python-GitPython.changes        
2020-06-15 20:28:41.277995486 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-GitPython.new.3399/python-GitPython.changes  
    2020-08-25 12:38:46.173414493 +0200
@@ -1,0 +2,26 @@
+Thu Aug 20 10:32:30 UTC 2020 - [email protected]
+
+- Update to version 3.1.7.1594621338.176838a3:
+- refresed test-skips.patch and test_blocking_lock_file-extra-time.patch
+- used pytest as test runner
+  * bump patch level
+  * Fixed broken file paths.
+  * bump patch level
+  * test: add installation test
+  * tools: update tool scripts after moving tests
+  * MANIFEST.in: update to exclude tests
+  * setup.py: exclude all test files
+  * tests: move to root dir
+  * bump patch level
+  * Revert moving tests out of 'git' folder, related to #1030
+  * bump patch level
+  * tools: update tool scripts after moving tests
+  * MANIFEST.in: update to exclude tests
+  * setup.py: exclude all test files
+  * tests: move to root dir
+  * Add Ram Rachum to AUTHORS
+  * Fix exception causes all over the codebase
+  * Fix exception causes in 7 modules
+  * Fix exception causes in cmd.py
+
+-------------------------------------------------------------------

Old:
----
  GitPython-3.1.3.1590895281.24cd6da.tar.xz

New:
----
  GitPython-3.1.7.1594621338.176838a3.tar.xz

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

Other differences:
------------------
++++++ python-GitPython.spec ++++++
--- /var/tmp/diff_new_pack.qYXjIX/_old  2020-08-25 12:38:47.241414693 +0200
+++ /var/tmp/diff_new_pack.qYXjIX/_new  2020-08-25 12:38:47.245414694 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-GitPython
-Version:        3.1.3.1590895281.24cd6da
+Version:        3.1.7.1594621338.176838a3
 Release:        0
 Summary:        Python Git Library
 License:        BSD-3-Clause
@@ -29,6 +29,7 @@
 Patch1:         test_blocking_lock_file-extra-time.patch
 BuildRequires:  %{python_module ddt >= 1.1.1}
 BuildRequires:  %{python_module gitdb >= 4.0.1}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module smmap >= 3.0.1}
 BuildRequires:  fdupes
@@ -62,7 +63,6 @@
 
 %install
 %python_install
-%python_expand rm -r %{buildroot}%{$python_sitelib}/git/test/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -78,7 +78,7 @@
 git config --global user.email "[email protected]"
 git config --global user.name "Your Name"
 
-%python_exec setup.py test --test-suite=git.test
+%pytest -k 'not test_installation' test 
 
 %files %{python_files}
 %license LICENSE

++++++ GitPython-3.1.3.1590895281.24cd6da.tar.xz -> 
GitPython-3.1.7.1594621338.176838a3.tar.xz ++++++
/work/SRC/openSUSE:Factory/python-GitPython/GitPython-3.1.3.1590895281.24cd6da.tar.xz
 
/work/SRC/openSUSE:Factory/.python-GitPython.new.3399/GitPython-3.1.7.1594621338.176838a3.tar.xz
 differ: char 13, line 1

++++++ _service ++++++
--- /var/tmp/diff_new_pack.qYXjIX/_old  2020-08-25 12:38:47.305414706 +0200
+++ /var/tmp/diff_new_pack.qYXjIX/_new  2020-08-25 12:38:47.309414706 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="versionprefix">3.1.3</param>
+    <param name="versionprefix">3.1.7</param>
     <param name="url">git://github.com/gitpython-developers/GitPython</param>
     <param name="scm">git</param>
     <param name="package-meta">yes</param>
     <param name="changesgenerate">enable</param>
     <param name="submodules">enable</param>
-    <param name="revision">refs/tags/3.1.3</param>
+    <param name="revision">refs/tags/3.1.7</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="compression">xz</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.qYXjIX/_old  2020-08-25 12:38:47.329414710 +0200
+++ /var/tmp/diff_new_pack.qYXjIX/_new  2020-08-25 12:38:47.329414710 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">git://github.com/gitpython-developers/GitPython</param>
-              <param 
name="changesrevision">24cd6dafc0008f155271f9462ae6ba6f0c0127a4</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">176838a364fa36613cd57488c352f56352be3139</param></service></servicedata>
\ No newline at end of file

++++++ test-skips.patch ++++++
--- /var/tmp/diff_new_pack.qYXjIX/_old  2020-08-25 12:38:47.341414712 +0200
+++ /var/tmp/diff_new_pack.qYXjIX/_new  2020-08-25 12:38:47.341414712 +0200
@@ -1,7 +1,7 @@
-Index: GitPython-3.1.0.1582544583.8c9da73/git/test/test_base.py
+Index: GitPython-3.1.7.1594621338.176838a3/test/test_base.py
 ===================================================================
---- GitPython-3.1.0.1582544583.8c9da73.orig/git/test/test_base.py
-+++ GitPython-3.1.0.1582544583.8c9da73/git/test/test_base.py
+--- GitPython-3.1.7.1594621338.176838a3.orig/test/test_base.py
++++ GitPython-3.1.7.1594621338.176838a3/test/test_base.py
 @@ -111,7 +111,7 @@ class TestBase(TestBase):
          assert not rw_repo.config_reader("repository").getboolean("core", 
"bare")
          assert osp.isdir(osp.join(rw_repo.working_tree_dir, 'lib'))
@@ -11,10 +11,10 @@
      @with_rw_and_rw_remote_repo('0.1.6')
      def test_with_rw_remote_and_rw_repo(self, rw_repo, rw_remote_repo):
          assert not rw_repo.config_reader("repository").getboolean("core", 
"bare")
-Index: GitPython-3.1.0.1582544583.8c9da73/git/test/test_remote.py
+Index: GitPython-3.1.7.1594621338.176838a3/test/test_remote.py
 ===================================================================
---- GitPython-3.1.0.1582544583.8c9da73.orig/git/test/test_remote.py
-+++ GitPython-3.1.0.1582544583.8c9da73/git/test/test_remote.py
+--- GitPython-3.1.7.1594621338.176838a3.orig/test/test_remote.py
++++ GitPython-3.1.7.1594621338.176838a3/test/test_remote.py
 @@ -4,6 +4,7 @@
  # This module is part of GitPython and is released under
  # the BSD License: http://www.opensource.org/licenses/bsd-license.php
@@ -40,10 +40,10 @@
      def test_fetch_error(self):
          rem = self.rorepo.remote('origin')
          with self.assertRaisesRegex(GitCommandError, "[Cc]ouldn't find remote 
ref __BAD_REF__"):
-Index: GitPython-3.1.0.1582544583.8c9da73/git/test/test_submodule.py
+Index: GitPython-3.1.7.1594621338.176838a3/test/test_submodule.py
 ===================================================================
---- GitPython-3.1.0.1582544583.8c9da73.orig/git/test/test_submodule.py
-+++ GitPython-3.1.0.1582544583.8c9da73/git/test/test_submodule.py
+--- GitPython-3.1.7.1594621338.176838a3.orig/test/test_submodule.py
++++ GitPython-3.1.7.1594621338.176838a3/test/test_submodule.py
 @@ -420,12 +420,13 @@ class TestSubmodule(TestBase):
      def test_base_bare(self, rwrepo):
          self._do_base_tests(rwrepo)

++++++ test_blocking_lock_file-extra-time.patch ++++++
--- /var/tmp/diff_new_pack.qYXjIX/_old  2020-08-25 12:38:47.349414714 +0200
+++ /var/tmp/diff_new_pack.qYXjIX/_new  2020-08-25 12:38:47.353414715 +0200
@@ -1,7 +1,7 @@
-Index: GitPython-3.1.0.1582544583.8c9da73/git/test/test_util.py
+Index: GitPython-3.1.7.1594621338.176838a3/test/test_util.py
 ===================================================================
---- GitPython-3.1.0.1582544583.8c9da73.orig/git/test/test_util.py
-+++ GitPython-3.1.0.1582544583.8c9da73/git/test/test_util.py
+--- GitPython-3.1.7.1594621338.176838a3.orig/test/test_util.py
++++ GitPython-3.1.7.1594621338.176838a3/test/test_util.py
 @@ -165,9 +165,7 @@ class TestUtils(TestBase):
          self.assertRaises(IOError, wait_lock._obtain_lock)
          elapsed = time.time() - start


Reply via email to