Hello community,

here is the log from the commit of package benji for openSUSE:Factory checked 
in at 2019-08-30 14:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/benji (Old)
 and      /work/SRC/openSUSE:Factory/.benji.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "benji"

Fri Aug 30 14:42:39 2019 rev:5 rq:727170 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/benji/benji.changes      2019-07-29 
17:31:20.498175874 +0200
+++ /work/SRC/openSUSE:Factory/.benji.new.7948/benji.changes    2019-08-30 
14:42:56.917411440 +0200
@@ -1,0 +2,9 @@
+Fri Aug 30 08:53:26 UTC 2019 - mvet...@suse.com
+
+- Update to 0.7.1:
+  * This release pins two package dependencies to older versions
+    as newer releases of these dependencies broke Benji.
+  * Fixes #49.
+  * Fixes #51.
+
+-------------------------------------------------------------------

Old:
----
  v0.7.0.tar.gz

New:
----
  v0.7.1.tar.gz

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

Other differences:
------------------
++++++ benji.spec ++++++
--- /var/tmp/diff_new_pack.RESdQY/_old  2019-08-30 14:42:59.629411161 +0200
+++ /var/tmp/diff_new_pack.RESdQY/_new  2019-08-30 14:42:59.629411161 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           benji
-Version:        0.7.0
+Version:        0.7.1
 Release:        0
 Summary:        Deduplicating block based backup software
 License:        LGPL-3.0-only

++++++ v0.7.0.tar.gz -> v0.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benji-0.7.0/setup.py new/benji-0.7.1/setup.py
--- old/benji-0.7.0/setup.py    2019-07-26 13:48:20.000000000 +0200
+++ new/benji-0.7.1/setup.py    2019-08-29 22:07:37.000000000 +0200
@@ -61,7 +61,7 @@
         'cerberus>=1.2,<2',
         'pycryptodome>=3.6.1,<4',
         'pyparsing>=2.3.0,<3',
-        'semantic_version>=2.6.0,<3',
+        'semantic_version==2.6.0',
         'dateparser>=0.7.0,<1',
         'structlog>=19.1.0',
         'colorama>=0.4.1,<1',
@@ -69,7 +69,7 @@
     ],
     extras_require={
         's3': ['boto3>=1.7.28'],
-        'b2': ['b2>=1.3.2'],
+        'b2': ['b2>=1.3.2,<=1.3.8'],
         'compression': ['zstandard>=0.9.0'],
         # For RBD support the packages supplied by the Linux distribution or 
the Ceph team should be used,
         # possible packages names include: python-rados, python-rbd or 
python3-rados, python3-rbd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benji-0.7.0/src/benji/_static_version.py 
new/benji-0.7.1/src/benji/_static_version.py
--- old/benji-0.7.0/src/benji/_static_version.py        2019-07-26 
13:48:20.000000000 +0200
+++ new/benji-0.7.1/src/benji/_static_version.py        2019-08-29 
22:07:37.000000000 +0200
@@ -8,5 +8,5 @@
 version = "__use_git__"
 
 # These values are only set if the distribution was created with 'git archive'
-refnames = "HEAD -> master, tag: v0.7.0"
-git_hash = "91a3cf0"
+refnames = "tag: v0.7.1, v0.7"
+git_hash = "75a562b"


Reply via email to