commit python-web_cache for openSUSE:Factory

2020-06-03 Thread root
Hello community,

here is the log from the commit of package python-web_cache for 
openSUSE:Factory checked in at 2020-06-03 20:35:32

Comparing /work/SRC/openSUSE:Factory/python-web_cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-web_cache.new.3606 (New)


Package is "python-web_cache"

Wed Jun  3 20:35:32 2020 rev:5 rq:811093 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-web_cache/python-web_cache.changes
2019-12-11 12:14:45.656517676 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-web_cache.new.3606/python-web_cache.changes  
2020-06-03 20:36:22.925898473 +0200
@@ -1,0 +2,5 @@
+Wed Jun  3 10:19:53 UTC 2020 - pgaj...@suse.com
+
+- remove unused unittest2 dependency
+
+---



Other differences:
--
++ python-web_cache.spec ++
--- /var/tmp/diff_new_pack.p1tEbO/_old  2020-06-03 20:36:23.593900567 +0200
+++ /var/tmp/diff_new_pack.p1tEbO/_new  2020-06-03 20:36:23.597900579 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-web_cache
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,6 @@
 URL:https://github.com/desbma/web_cache
 Source: https://github.com/desbma/web_cache/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module unittest2}
 BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-web_cache for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package python-web_cache for 
openSUSE:Factory checked in at 2019-12-11 12:14:21

Comparing /work/SRC/openSUSE:Factory/python-web_cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-web_cache.new.4691 (New)


Package is "python-web_cache"

Wed Dec 11 12:14:21 2019 rev:4 rq:755742 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-web_cache/python-web_cache.changes
2019-04-17 10:07:28.982718672 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-web_cache.new.4691/python-web_cache.changes  
2019-12-11 12:14:45.656517676 +0100
@@ -1,0 +2,5 @@
+Wed Dec 11 08:15:14 UTC 2019 - Tomáš Chvátal 
+
+- Pull in full python for sqlite module
+
+---



Other differences:
--
++ python-web_cache.spec ++
--- /var/tmp/diff_new_pack.FYMtJH/_old  2019-12-11 12:14:46.676517389 +0100
+++ /var/tmp/diff_new_pack.FYMtJH/_new  2019-12-11 12:14:46.680517388 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-web_cache
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
 
 
 %define skip_python2 1
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-web_cache
 Version:1.1.0
 Release:0
 Summary:Persistent cache storage python module
 License:LGPL-2.1-only
-Group:  Development/Languages/Python
-Url:https://github.com/desbma/web_cache
+URL:https://github.com/desbma/web_cache
 Source: https://github.com/desbma/web_cache/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module unittest2}
+BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python
 BuildArch:  noarch
 %python_subpackages
 
@@ -51,10 +51,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest 
discover -v
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
 %license LICENSE
 %{python_sitelib}/*




commit python-web_cache for openSUSE:Factory

2019-04-17 Thread root
Hello community,

here is the log from the commit of package python-web_cache for 
openSUSE:Factory checked in at 2019-04-17 10:07:22

Comparing /work/SRC/openSUSE:Factory/python-web_cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-web_cache.new.17052 (New)


Package is "python-web_cache"

Wed Apr 17 10:07:22 2019 rev:3 rq:693220 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-web_cache/python-web_cache.changes
2018-12-24 11:46:05.337202475 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-web_cache.new.17052/python-web_cache.changes 
2019-04-17 10:07:28.982718672 +0200
@@ -1,0 +2,12 @@
+Thu Apr 11 11:00:53 UTC 2019 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Store database format in table name to ease future 
+incompatible changes
+  * Allow disabling compression if ratio is below a threshold value
+  * Drop Python 3.3 support
+  * Get rid of pypandoc
+- use Github release tarball because the tests are not exported 
+  on PyPi
+
+---

Old:

  web_cache-1.0.2.tar.gz

New:

  1.1.0.tar.gz



Other differences:
--
++ python-web_cache.spec ++
--- /var/tmp/diff_new_pack.5WKVj2/_old  2019-04-17 10:07:30.286720177 +0200
+++ /var/tmp/diff_new_pack.5WKVj2/_new  2019-04-17 10:07:30.286720177 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-web_cache
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,14 +20,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-web_cache
-Version:1.0.2
+Version:1.1.0
 Release:0
 Summary:Persistent cache storage python module
 License:LGPL-2.1-only
 Group:  Development/Languages/Python
 Url:https://github.com/desbma/web_cache
-Source: 
https://files.pythonhosted.org/packages/source/w/web_cache/web_cache-%{version}.tar.gz
+Source: https://github.com/desbma/web_cache/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module unittest2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
@@ -49,6 +50,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_exec setup.py test
+
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc README.md

++ web_cache-1.0.2.tar.gz -> 1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/web_cache-1.0.2/.gitignore 
new/web_cache-1.1.0/.gitignore
--- old/web_cache-1.0.2/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/web_cache-1.1.0/.gitignore  2018-11-04 01:16:06.0 +0100
@@ -0,0 +1,4 @@
+__pycache__
+/*.egg*
+/build
+/dist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/web_cache-1.0.2/.travis.yml 
new/web_cache-1.1.0/.travis.yml
--- old/web_cache-1.0.2/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/web_cache-1.1.0/.travis.yml 2018-11-04 01:16:06.0 +0100
@@ -0,0 +1,47 @@
+dist: trusty
+sudo: false
+language: python
+cache:
+  directories:
+- $HOME/.cache/pypy
+matrix:
+  include:
+- python: "3.4"
+- python: "3.5"
+- python: "3.5-dev"
+- python: "3.6"
+- python: "3.6-dev"
+- python: "3.7-dev"
+- python: "pypy3"
+  env: PYPY3_PYTHON_VERSION=3.5 PYPY3_VERSION=5.10.0 
PYPY3_SHA256=d03f81f26e5e67d808569c5c69d56ceb007df78f7e36ab1c50da4d9096cebde0
+  allow_failures:
+- python: "3.5-dev"
+- python: "3.6-dev"
+- python: "3.7-dev"
+- python: "pypy3"
+  fast_finish: true
+before_install:
+  - "if [ $TRAVIS_PYTHON_VERSION != 'pypy3' ]; then pip install -U pip; fi"
+  - "if [ $TRAVIS_PYTHON_VERSION = 'pypy3' ]; then mkdir -p ~/.cache/pypy && 
echo $PYPY3_SHA256  
~/.cache/pypy/pypy$PYPY3_PYTHON_VERSION-$PYPY3_VERSION-linux_x86_64-portable.tar.bz2
 | sha256sum --status -c || curl -f -L 
https://bitbucket.org/squeaky/portable-pypy/downloads/pypy$PYPY3_PYTHON_VERSION-$PYPY3_VERSION-linux_x86_64-portable.tar.bz2
 > 
~/.cache/pypy/pypy$PYPY3_PYTHON_VERSION-$PYPY3_VERSION-linux_x86_64-portable.tar.bz2;
 fi"
+  - "if [ $TRAVIS_PYTHON_VERSION = 'pypy3' ]; then echo $PYPY3_SHA256  
~/.cache/pypy/pypy$PYPY3_PYTHON_VERSION-$PYPY3_VERSION-linux_x86_64-portable.tar.bz2
 | sha256sum --status -c && tar -xjf 
~/.cache/pypy/pypy$PYPY3_PYTHON_VERSION-$PYPY3_VERSION-linux_x86_64-portable.tar.bz2
 -C ~ && deactivate && 
~/pypy$PYPY3_PYTHON_VERSION-$P

commit python-web_cache for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-web_cache for 
openSUSE:Factory checked in at 2018-12-24 11:46:04

Comparing /work/SRC/openSUSE:Factory/python-web_cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-web_cache.new.28833 (New)


Package is "python-web_cache"

Mon Dec 24 11:46:04 2018 rev:2 rq:659751 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-web_cache/python-web_cache.changes
2018-03-16 10:39:59.351732146 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-web_cache.new.28833/python-web_cache.changes 
2018-12-24 11:46:05.337202475 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:55:56 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-web_cache.spec ++
--- /var/tmp/diff_new_pack.uYsPrn/_old  2018-12-24 11:46:06.201201716 +0100
+++ /var/tmp/diff_new_pack.uYsPrn/_new  2018-12-24 11:46:06.205201712 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-web_cache
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,9 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
 
 %define skip_python2 1
 
@@ -20,15 +22,14 @@
 Name:   python-web_cache
 Version:1.0.2
 Release:0
-License:LGPL-2.1
 Summary:Persistent cache storage python module
-Url:https://github.com/desbma/web_cache
+License:LGPL-2.1-only
 Group:  Development/Languages/Python
+Url:https://github.com/desbma/web_cache
 Source: 
https://files.pythonhosted.org/packages/source/w/web_cache/web_cache-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
 %python_subpackages