commit python-retry_decorator for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package python-retry_decorator for 
openSUSE:Factory checked in at 2020-04-16 23:00:24

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


Package is "python-retry_decorator"

Thu Apr 16 23:00:24 2020 rev:7 rq:791830 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-retry_decorator/python-retry_decorator.changes
2019-05-21 10:41:07.523058228 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-retry_decorator.new.2738/python-retry_decorator.changes
  2020-04-16 23:00:38.899555093 +0200
@@ -1,0 +2,6 @@
+Thu Mar 19 08:07:07 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.1.1
+  * This is the last release which will include support for py2 and py3.
+
+---

Old:

  v1.0.0.tar.gz

New:

  v1.1.1.tar.gz



Other differences:
--
++ python-retry_decorator.spec ++
--- /var/tmp/diff_new_pack.qpz4uy/_old  2020-04-16 23:00:39.45512 +0200
+++ /var/tmp/diff_new_pack.qpz4uy/_new  2020-04-16 23:00:39.45915 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-retry_decorator
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -18,20 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-retry_decorator
-Version:1.0.0
+Version:1.1.1
 Release:0
 Summary:Retry Decorator
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/pnpnpn/retry-decorator
+URL:https://github.com/pnpnpn/retry-decorator
 # https://github.com/pnpnpn/retry-decorator/issues/15
 Source: 
https://github.com/pnpnpn/retry-decorator/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -53,6 +53,6 @@
 %{python_sitelib}/*
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
tests/test_retry.py
+%pytest
 
 %changelog

++ v1.0.0.tar.gz -> v1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-decorator-1.0.0/.travis.yml 
new/retry-decorator-1.1.1/.travis.yml
--- old/retry-decorator-1.0.0/.travis.yml   1970-01-01 01:00:00.0 
+0100
+++ new/retry-decorator-1.1.1/.travis.yml   2020-03-11 00:54:45.0 
+0100
@@ -0,0 +1,22 @@
+language: python
+sudo: false
+python:
+- '2.7'
+- '3.5'
+- '3.6'
+- '3.7'
+- '3.8'
+install:
+- pip install python-coveralls tox tox-travis
+script: tox --recreate
+after_success:
+- pip install -e .
+- py.test --cov=retry_decorator --cov-report=term-missing tests
+- coveralls
+deploy:
+  provider: pypi
+  user: png
+  password:
+secure: 
"m6n470zn8+lLDoB0W/goO3ovoMScb7sVWRQcXtm7V99YtxgBzqDT+xy4nPfEeRj/0FHSL2/k9xJHV4Q8l+UfjGFR6fszXPKkSgeL4KfE0r5GuVDNIRu853f5Pa7DM8l4GNn6/NP9Lv+jVD79j8Edb4nJgTWvxOnj9PvDZJnxqjk="
+  on:
+python: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-decorator-1.0.0/MANIFEST.in 
new/retry-decorator-1.1.1/MANIFEST.in
--- old/retry-decorator-1.0.0/MANIFEST.in   2013-11-22 06:35:36.0 
+0100
+++ new/retry-decorator-1.1.1/MANIFEST.in   2020-03-11 00:54:45.0 
+0100
@@ -1,3 +1,5 @@
 include *.txt
 include *.rst
 recursive-include docs *
+include CHANGES.txt
+recursive-include tests *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-decorator-1.0.0/README.rst 
new/retry-decorator-1.1.1/README.rst
--- old/retry-decorator-1.0.0/README.rst2013-11-22 06:35:36.0 
+0100
+++ new/retry-decorator-1.1.1/README.rst2020-03-11 00:54:45.0 
+0100
@@ -1,4 +1,9 @@
+.. image:: https://badge.fury.io/py/retry_decorator.svg
+:target: https://badge.fury.io/py/retry_decorator
 
+.. image:: https://travis-ci.org/pnpnpn/retry-decorator.svg?branch=master
+:target: https://travis-ci.org/pnpnpn/retry-decorator
+
 Usage
 -
 
@@ -22,3 +27,8 @@
 test_retry()
 except Exception as e:
 print('Received the last exception')
+
+
+Contribute
+---
+I would love for you to fork and send me pull request for this project. Please 
contribute.
diff -urN '--exclude=CVS' '--exclude=.cvsigno

commit python-retry_decorator for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package python-retry_decorator for 
openSUSE:Factory checked in at 2019-05-21 10:40:53

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


Package is "python-retry_decorator"

Tue May 21 10:40:53 2019 rev:6 rq:704264 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-retry_decorator/python-retry_decorator.changes
2014-02-22 18:16:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-retry_decorator.new.5148/python-retry_decorator.changes
  2019-05-21 10:41:07.523058228 +0200
@@ -1,0 +2,6 @@
+Mon May 20 11:29:32 UTC 2019 - pgaj...@suse.com
+
+- single spec
+- run test
+
+---

Old:

  retry_decorator-1.0.0.tar.gz

New:

  v1.0.0.tar.gz



Other differences:
--
++ python-retry_decorator.spec ++
--- /var/tmp/diff_new_pack.Nb1CXX/_old  2019-05-21 10:41:10.243056461 +0200
+++ /var/tmp/diff_new_pack.Nb1CXX/_new  2019-05-21 10:41:10.243056461 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-retry_decorator
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -12,41 +12,47 @@
 # 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/
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-retry_decorator
 Version:1.0.0
 Release:0
-Summary:Retry on Exception
+Summary:Retry Decorator
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/pnpnpn/retry-decorator
-Source0:
https://pypi.python.org/packages/source/r/retry_decorator/retry_decorator-%{version}.tar.gz
-BuildRequires:  python-setuptools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+# https://github.com/pnpnpn/retry-decorator/issues/15
+Source: 
https://github.com/pnpnpn/retry-decorator/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
-Decorator to support retry when an exception occurs
+Decorator to support retry when an exception occurs.
 
 %prep
-%setup -q -n retry_decorator-%{version}
+%setup -q -n retry-decorator-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
-%defattr(-,root,root,-)
-%doc README.rst LICENSE.txt CHANGES.txt
+%files %{python_files}
+%license LICENSE.txt
+%doc README.rst CHANGES.txt
 %{python_sitelib}/*
 
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
tests/test_retry.py
+
 %changelog




commit python-retry_decorator for openSUSE:Factory

2014-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-retry_decorator for 
openSUSE:Factory checked in at 2014-02-22 18:16:42

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


Package is "python-retry_decorator"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-retry_decorator/python-retry_decorator.changes
2013-11-25 16:03:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-retry_decorator.new/python-retry_decorator.changes
   2014-02-22 18:16:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 14 11:54:46 UTC 2014 - rschweik...@suse.com
+
+- Include in SLE 12 (FATE #316168)
+
+---



Other differences:
--
++ python-retry_decorator.spec ++
--- /var/tmp/diff_new_pack.FHHpwy/_old  2014-02-22 18:16:43.0 +0100
+++ /var/tmp/diff_new_pack.FHHpwy/_new  2014-02-22 18:16:43.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package retry_decorator
+# spec file for package python-retry_decorator
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-retry_decorator
 Version:1.0.0
 Release:0
@@ -24,7 +25,7 @@
 Url:https://github.com/pnpnpn/retry-decorator
 Source0:
https://pypi.python.org/packages/source/r/retry_decorator/retry_decorator-%{version}.tar.gz
 BuildRequires:  python-setuptools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-retry_decorator for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-retry_decorator for 
openSUSE:Factory checked in at 2013-11-25 16:03:44

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


Package is "python-retry_decorator"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-retry_decorator/python-retry_decorator.changes
2013-08-21 10:29:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-retry_decorator.new/python-retry_decorator.changes
   2013-11-25 16:03:45.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov 24 17:15:36 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.0.0
+  + Using seed for pypi deployment; modified to use logger rather fptr
+- Use download Url as source
+- Add README.rst and CHANGES.txt to package documentation
+
+---

Old:

  retry_decorator-0.1.0.tar.bz2

New:

  retry_decorator-1.0.0.tar.gz



Other differences:
--
++ python-retry_decorator.spec ++
--- /var/tmp/diff_new_pack.M28ACL/_old  2013-11-25 16:03:46.0 +0100
+++ /var/tmp/diff_new_pack.M28ACL/_new  2013-11-25 16:03:46.0 +0100
@@ -16,14 +16,13 @@
 #
 
 Name:   python-retry_decorator
-Version:0.1.0
+Version:1.0.0
 Release:0
 Summary:Retry on Exception
 License:MIT
 Group:  Development/Languages/Python
-URL:https://github.com/pnpnpn/retry-decorator
-Source0:retry_decorator-%{version}.tar.bz2
-BuildRequires:  python
+Url:https://github.com/pnpnpn/retry-decorator
+Source0:
https://pypi.python.org/packages/source/r/retry_decorator/retry_decorator-%{version}.tar.gz
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -46,7 +45,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE
+%doc README.rst LICENSE.txt CHANGES.txt
 %{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-retry_decorator for openSUSE:Factory

2013-08-21 Thread h_root
Hello community,

here is the log from the commit of package python-retry_decorator for 
openSUSE:Factory checked in at 2013-08-21 10:29:21

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


Package is "python-retry_decorator"

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-retry_decorator.new/python-retry_decorator.changes
   2013-08-21 10:29:22.0 +0200
@@ -0,0 +1,15 @@
+---
+Wed Aug 14 15:40:55 UTC 2013 - rschweik...@suse.com
+
+- Separate build and install to follow our accepted convention
+
+---
+Wed Aug 14 15:37:42 UTC 2013 - rschweik...@suse.com
+
+- BuildRequire python to fix build error on SLE
+
+---
+Tue Aug 13 15:57:25 UTC 2013 - rschweik...@suse.com
+
+- Initial build
+

New:

  python-retry_decorator.changes
  python-retry_decorator.spec
  retry_decorator-0.1.0.tar.bz2



Other differences:
--
++ python-retry_decorator.spec ++
#
# spec file for package retry_decorator
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:   python-retry_decorator
Version:0.1.0
Release:0
Summary:Retry on Exception
License:MIT
Group:  Development/Languages/Python
URL:https://github.com/pnpnpn/retry-decorator
Source0:retry_decorator-%{version}.tar.bz2
BuildRequires:  python
BuildRequires:  python-setuptools
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
Decorator to support retry when an exception occurs

%prep
%setup -q -n retry_decorator-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE
%{python_sitelib}/*

%changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org