Hello community,

here is the log from the commit of package python-smmap for openSUSE:Factory 
checked in at 2020-06-15 20:29:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-smmap (Old)
 and      /work/SRC/openSUSE:Factory/.python-smmap.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-smmap"

Mon Jun 15 20:29:03 2020 rev:13 rq:814554 version:3.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-smmap/python-smmap.changes        
2020-04-16 23:02:12.099625314 +0200
+++ /work/SRC/openSUSE:Factory/.python-smmap.new.3606/python-smmap.changes      
2020-06-15 20:29:09.942094785 +0200
@@ -1,0 +2,6 @@
+Sun Jun 14 09:32:19 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 3.0.4
+  * minor changes
+
+-------------------------------------------------------------------

Old:
----
  smmap-3.0.2.tar.gz

New:
----
  smmap-3.0.4.tar.gz

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

Other differences:
------------------
++++++ python-smmap.spec ++++++
--- /var/tmp/diff_new_pack.aDVKSd/_old  2020-06-15 20:29:14.038108975 +0200
+++ /var/tmp/diff_new_pack.aDVKSd/_new  2020-06-15 20:29:14.042108989 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-smmap
-Version:        3.0.2
+Version:        3.0.4
 Release:        0
 Summary:        A pure git implementation of a sliding window memory map 
manager
 License:        BSD-2-Clause

++++++ smmap-3.0.2.tar.gz -> smmap-3.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smmap-3.0.2/PKG-INFO new/smmap-3.0.4/PKG-INFO
--- old/smmap-3.0.2/PKG-INFO    2020-04-11 08:25:55.000000000 +0200
+++ new/smmap-3.0.4/PKG-INFO    2020-05-05 05:39:26.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: smmap
-Version: 3.0.2
+Version: 3.0.4
 Summary: A pure Python implementation of a sliding window memory map manager
 Home-page: https://github.com/gitpython-developers/smmap
 Author: Sebastian Thiel
@@ -22,8 +22,6 @@
         ## Overview
         
         ![Python 
package](https://github.com/gitpython-developers/smmap/workflows/Python%20package/badge.svg)
-        [![Issue 
Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/pr)](http://www.issuestats.com/github/gitpython-developers/smmap)
-        [![Issue 
Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/issue)](http://www.issuestats.com/github/gitpython-developers/smmap)
         
         Smmap wraps an interface around mmap and tracks the mapped files as 
well as the amount of clients who use it. If the system runs out of resources, 
or if a memory limit is reached, it will automatically unload unused maps to 
allow continued operation.
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smmap-3.0.2/README.md new/smmap-3.0.4/README.md
--- old/smmap-3.0.2/README.md   2020-04-11 08:23:19.000000000 +0200
+++ new/smmap-3.0.4/README.md   2020-04-11 08:46:23.000000000 +0200
@@ -14,8 +14,6 @@
 ## Overview
 
 ![Python 
package](https://github.com/gitpython-developers/smmap/workflows/Python%20package/badge.svg)
-[![Issue 
Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/pr)](http://www.issuestats.com/github/gitpython-developers/smmap)
-[![Issue 
Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/issue)](http://www.issuestats.com/github/gitpython-developers/smmap)
 
 Smmap wraps an interface around mmap and tracks the mapped files as well as 
the amount of clients who use it. If the system runs out of resources, or if a 
memory limit is reached, it will automatically unload unused maps to allow 
continued operation.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smmap-3.0.2/smmap/__init__.py 
new/smmap-3.0.4/smmap/__init__.py
--- old/smmap-3.0.2/smmap/__init__.py   2020-04-11 08:24:14.000000000 +0200
+++ new/smmap-3.0.4/smmap/__init__.py   2020-05-05 05:35:13.000000000 +0200
@@ -3,7 +3,7 @@
 __author__ = "Sebastian Thiel"
 __contact__ = "byron...@gmail.com"
 __homepage__ = "https://github.com/gitpython-developers/smmap";
-version_info = (3, 0, 2)
+version_info = (3, 0, 4)
 __version__ = '.'.join(str(i) for i in version_info)
 
 # make everything available in root package for convenience
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smmap-3.0.2/smmap.egg-info/PKG-INFO 
new/smmap-3.0.4/smmap.egg-info/PKG-INFO
--- old/smmap-3.0.2/smmap.egg-info/PKG-INFO     2020-04-11 08:25:55.000000000 
+0200
+++ new/smmap-3.0.4/smmap.egg-info/PKG-INFO     2020-05-05 05:39:26.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: smmap
-Version: 3.0.2
+Version: 3.0.4
 Summary: A pure Python implementation of a sliding window memory map manager
 Home-page: https://github.com/gitpython-developers/smmap
 Author: Sebastian Thiel
@@ -22,8 +22,6 @@
         ## Overview
         
         ![Python 
package](https://github.com/gitpython-developers/smmap/workflows/Python%20package/badge.svg)
-        [![Issue 
Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/pr)](http://www.issuestats.com/github/gitpython-developers/smmap)
-        [![Issue 
Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/issue)](http://www.issuestats.com/github/gitpython-developers/smmap)
         
         Smmap wraps an interface around mmap and tracks the mapped files as 
well as the amount of clients who use it. If the system runs out of resources, 
or if a memory limit is reached, it will automatically unload unused maps to 
allow continued operation.
         


Reply via email to