commit python-josepy for openSUSE:Factory

2020-03-31 Thread root
Hello community,

here is the log from the commit of package python-josepy for openSUSE:Factory 
checked in at 2020-03-31 17:15:03

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


Package is "python-josepy"

Tue Mar 31 17:15:03 2020 rev:7 rq:789927 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-josepy/python-josepy.changes  
2019-11-27 13:51:52.008443564 +0100
+++ /work/SRC/openSUSE:Factory/.python-josepy.new.3160/python-josepy.changes
2020-03-31 17:15:11.339625455 +0200
@@ -1,0 +2,7 @@
+Tue Mar 31 05:09:52 UTC 2020 - Steve Kowalik 
+
+- Update to version 1.3.0:
+  * Deprecated support for Python 3.4.
+  * Officially add support for Python 3.8.
+
+---

Old:

  josepy-1.2.0.tar.gz
  josepy-1.2.0.tar.gz.asc

New:

  josepy-1.3.0.tar.gz
  josepy-1.3.0.tar.gz.asc



Other differences:
--
++ python-josepy.spec ++
--- /var/tmp/diff_new_pack.QQ2tQM/_old  2020-03-31 17:15:12.743626346 +0200
+++ /var/tmp/diff_new_pack.QQ2tQM/_new  2020-03-31 17:15:12.775626366 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-josepy
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define libname josepy
 Name:   python-%{libname}
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:JOSE protocol implementation in Python
 License:Apache-2.0

++ josepy-1.2.0.tar.gz -> josepy-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.2.0/.travis.yml new/josepy-1.3.0/.travis.yml
--- old/josepy-1.2.0/.travis.yml2019-06-29 01:28:21.0 +0200
+++ new/josepy-1.3.0/.travis.yml2020-01-28 18:51:23.0 +0100
@@ -9,6 +9,7 @@
 - python: "3.5"
 - python: "3.6"
 - python: "3.7"
+- python: "3.8-dev"
 install:
   - pip install tox-travis codecov
 script:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.2.0/CHANGELOG.rst 
new/josepy-1.3.0/CHANGELOG.rst
--- old/josepy-1.2.0/CHANGELOG.rst  2019-06-29 01:28:21.0 +0200
+++ new/josepy-1.3.0/CHANGELOG.rst  2020-01-28 18:51:23.0 +0100
@@ -1,6 +1,12 @@
 Changelog
 =
 
+1.3.0 (2020-01-28)
+--
+
+* Deprecated support for Python 3.4.
+* Officially add support for Python 3.8.
+
 1.2.0 (2019-06-28)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.2.0/PKG-INFO new/josepy-1.3.0/PKG-INFO
--- old/josepy-1.2.0/PKG-INFO   2019-06-29 01:28:25.0 +0200
+++ new/josepy-1.3.0/PKG-INFO   2020-01-28 18:51:29.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: josepy
-Version: 1.2.0
+Version: 1.3.0
 Summary: JOSE protocol implementation in Python
 Home-page: https://github.com/certbot/josepy
 Author: Certbot Project
@@ -33,6 +33,7 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Security
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.2.0/docs/conf.py 
new/josepy-1.3.0/docs/conf.py
--- old/josepy-1.2.0/docs/conf.py   2019-06-29 01:28:21.0 +0200
+++ new/josepy-1.3.0/docs/conf.py   2020-01-28 18:51:23.0 +0100
@@ -63,9 +63,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = u'1.2'
+version = u'1.3'
 # The full version, including alpha/beta/rc tags.
-release = u'1.2.0'
+release = u'1.3.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.2.0/setup.py new/josepy-1.3.0/setup.py
--- old/josepy-1.2.0/setup.py   2019-06-29 01:28:21.0 +0200
+++ new/josepy-1.3.0/setup.py   2020-01-28 18:51:23.0 +0100
@@ -4,7 +4,7 @@
 from setuptools import find_packages, setup
 from setuptools.command.test import test as TestCommand
 
-version = '1.2.0'
+version = '1.3.0'
 
 # Please update tox.ini when modifying dependency version requirements
 

commit python-josepy for openSUSE:Factory

2019-11-27 Thread root
Hello community,

here is the log from the commit of package python-josepy for openSUSE:Factory 
checked in at 2019-11-27 13:51:43

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


Package is "python-josepy"

Wed Nov 27 13:51:43 2019 rev:6 rq:745367 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-josepy/python-josepy.changes  
2019-07-26 12:39:59.901920948 +0200
+++ /work/SRC/openSUSE:Factory/.python-josepy.new.26869/python-josepy.changes   
2019-11-27 13:51:52.008443564 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 11:22:51 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ python-josepy.spec ++
--- /var/tmp/diff_new_pack.BC1yeY/_old  2019-11-27 13:51:53.176442594 +0100
+++ /var/tmp/diff_new_pack.BC1yeY/_new  2019-11-27 13:51:53.188442584 +0100
@@ -23,7 +23,6 @@
 Release:0
 Summary:JOSE protocol implementation in Python
 License:Apache-2.0
-Group:  Development/Languages/Python
 URL:https://github.com/certbot/josepy
 Source0:
https://files.pythonhosted.org/packages/source/j/%{libname}/%{libname}-%{version}.tar.gz
 Source1:
https://files.pythonhosted.org/packages/source/j/%{libname}/%{libname}-%{version}.tar.gz.asc






commit python-josepy for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package python-josepy for openSUSE:Factory 
checked in at 2019-07-26 12:39:56

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


Package is "python-josepy"

Fri Jul 26 12:39:56 2019 rev:5 rq:718287 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-josepy/python-josepy.changes  
2019-02-02 21:49:14.707981034 +0100
+++ /work/SRC/openSUSE:Factory/.python-josepy.new.4126/python-josepy.changes
2019-07-26 12:39:59.901920948 +0200
@@ -1,0 +2,7 @@
+Wed Jul 24 13:33:16 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.2.0
+  * Support for Python 2.6 and 3.3 has been removed.
+  * Known incompatibilities with Python 3.8 have been resolved.
+
+---

Old:

  josepy-1.1.0.tar.gz
  josepy-1.1.0.tar.gz.asc

New:

  josepy-1.2.0.tar.gz
  josepy-1.2.0.tar.gz.asc



Other differences:
--
++ python-josepy.spec ++
--- /var/tmp/diff_new_pack.cOJeDK/_old  2019-07-26 12:40:00.481920610 +0200
+++ /var/tmp/diff_new_pack.cOJeDK/_new  2019-07-26 12:40:00.481920610 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define libname josepy
 Name:   python-%{libname}
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:JOSE protocol implementation in Python
 License:Apache-2.0

++ josepy-1.1.0.tar.gz -> josepy-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.1.0/.travis.yml new/josepy-1.2.0/.travis.yml
--- old/josepy-1.1.0/.travis.yml2018-04-13 16:47:09.0 +0200
+++ new/josepy-1.2.0/.travis.yml2019-06-29 01:28:21.0 +0200
@@ -1,13 +1,14 @@
 language: python
 sudo: false
 cache: pip
-python:
-  - "2.6"
-  - "2.7"
-  - "3.3"
-  - "3.4"
-  - "3.5"
-  - "3.6"
+dist: xenial
+matrix:
+  include:
+- python: "2.7"
+- python: "3.4"
+- python: "3.5"
+- python: "3.6"
+- python: "3.7"
 install:
   - pip install tox-travis codecov
 script:
@@ -16,3 +17,13 @@
   - codecov
 notifications:
   email: false
+  irc:
+channels:
+  # This is set to a secure variable to prevent forks from sending
+  # notifications. This value was created by installing
+  # https://github.com/travis-ci/travis.rb and running
+  # `travis encrypt "chat.freenode.net#certbot-devel"`.
+  - secure: 
"JDbizbq58cmpQ3hbq9/PT4V0mns9jJ9oa/fF9P/e3raZkqm3APDcfVx79QiIDXShFsy4DYYZDTTPn4yuGhzX29Wo5z0ncWmMaPJP1+BnKxgh1Zit8TcG0doFXjc5A3RRXAEYRkb4ffwJtmWor/hN8fRwFFivg6yH/54I/XWUT12/nlXaMG+hygndkI9Rmg9REVd4/sScBR25xBh6bkTcG/szMZugpvJeZsbjjxaXrZxo2270wvdiUHGaGffgEVhCHuMMN8bs/5qeM1GMGohQVwqXciBZKUJ51C3YQl61O09SoJxPOjvik+6Os2iiQBkMmKiPTLpvpeXZMDVXM3tVUiLHckmSnuT6FHI4lmpNl0/qPGGlmvNL7PeUuZ+Mcry8meeSwM/3nYSAp4UZC4lojiR221fHIQiT67yUOAYxyaDoTs33QWQT8VE1FkY81DBB+pdcm2E1pgzfTLLTvprEZL+vabVr2ayvvQnTnTg8FKkulLFYDu0IZ2e68+TDULLkPfEUTQMVxq1Xv5cBza1USnF/Mee3x3I8niiHEaC2fDuNRENdQv6hMqcocHy7QiWTPACI/PJjO1CuYfN0QPpuHemxxyZSLrLy7kAnmmcMgUGCnorWcruc53FImsSZzFVAwe8th2iFgHKDPjlWFwB9xjCfgzNpGal85q8S6dVex1E="
+on_cancel: never
+on_success: never
+on_failure: always
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.1.0/CHANGELOG.rst 
new/josepy-1.2.0/CHANGELOG.rst
--- old/josepy-1.1.0/CHANGELOG.rst  1970-01-01 01:00:00.0 +0100
+++ new/josepy-1.2.0/CHANGELOG.rst  2019-06-29 01:28:21.0 +0200
@@ -0,0 +1,27 @@
+Changelog
+=
+
+1.2.0 (2019-06-28)
+--
+
+* Support for Python 2.6 and 3.3 has been removed.
+* Known incompatibilities with Python 3.8 have been resolved.
+
+1.1.0 (2018-04-13)
+--
+
+* Deprecated support for Python 2.6 and 3.3.
+* Use the ``sign`` and ``verify`` methods when they are available in
+  ``cryptography`` instead of the deprecated methods ``signer`` and
+  ``verifier``.
+
+1.0.1 (2017-10-25)
+--
+
+Stop installing mock as part of the default but only as part of the
+testing dependencies.
+
+1.0.0 (2017-10-13)
+---
+
+First release after moving the josepy package into a standalone library.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.1.0/CONTRIBUTING.md 
new/josepy-1.2.0/CONTRIBUTING.md
--- old/josepy-1.1.0/CONTRIBUTING.md1970-01-01 01:00:00.0 +0100
+++ new/josepy-1.2.0/CONTRIBUTING.md2019-06-29 01:28:21.0 +0200
@@ -0,0 +1,35 @@
+
+
+# Certbot Contributing Guide
+
+Hi! Welcome to the Certbot project. We look forward to collaborating with you.
+
+If you're 

commit python-josepy for openSUSE:Factory

2019-02-02 Thread root
Hello community,

here is the log from the commit of package python-josepy for openSUSE:Factory 
checked in at 2019-02-02 21:49:13

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


Package is "python-josepy"

Sat Feb  2 21:49:13 2019 rev:4 rq:669839 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-josepy/python-josepy.changes  
2018-05-04 11:30:33.501435784 +0200
+++ /work/SRC/openSUSE:Factory/.python-josepy.new.28833/python-josepy.changes   
2019-02-02 21:49:14.707981034 +0100
@@ -1,0 +2,7 @@
+Tue Jan 29 12:31:18 UTC 2019 - Tomáš Chvátal 
+
+- Really run tests
+- Disable docs building it is distributed by upstream and does not
+  work on older openSUSE releases
+
+---



Other differences:
--
++ python-josepy.spec ++
--- /var/tmp/diff_new_pack.GpV2Z0/_old  2019-02-02 21:49:15.319980504 +0100
+++ /var/tmp/diff_new_pack.GpV2Z0/_new  2019-02-02 21:49:15.323980500 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-josepy
 #
-# 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
@@ -12,75 +12,50 @@
 # 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-%{**}}
-
 %define libname josepy
-%bcond_with test
-
 Name:   python-%{libname}
 Version:1.1.0
 Release:0
 Summary:JOSE protocol implementation in Python
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/certbot/certbot
+URL:https://github.com/certbot/josepy
 Source0:
https://files.pythonhosted.org/packages/source/j/%{libname}/%{libname}-%{version}.tar.gz
 Source1:
https://files.pythonhosted.org/packages/source/j/%{libname}/%{libname}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
+BuildRequires:  %{python_module coverage >= 4.0}
 BuildRequires:  %{python_module cryptography >= 0.8}
 BuildRequires:  %{python_module devel >= 2.7}
+BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pyOpenSSL >= 0.13}
+BuildRequires:  %{python_module pytest >= 2.8.0}
 BuildRequires:  %{python_module setuptools >= 1.0}
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# for doc
-BuildRequires:  %{python_module Sphinx >= 1.0}
-BuildRequires:  %{python_module sphinx_rtd_theme}
-%if %{with test}
-BuildRequires:  %{python_module coverage >= 4.0}
-BuildRequires:  %{python_module flake8}
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pytest >= 2.8.0}
-BuildRequires:  %{python_module pytest-cache >= 1.0}
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-flake8 >= 0.5}
-BuildRequires:  %{python_module pytest-isort}
-%endif
 Requires:   python-cryptography >= 0.8
 Requires:   python-pyOpenSSL >= 0.13
-Requires:   python-six >= 1.5.2
+Requires:   python-six >= 1.9.0
 Conflicts:  python-acme < 0.21.0
+Obsoletes:  python-%{libname}-doc
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
 JOSE protocol implementation in Python using cryptography.
 It is used by the certbot project. Formerly Let's Encrypt project.
 
-%package -n python-%{libname}-doc
-Summary:Documentation for python-josepy libraries
-#Provides:   %%{python_module %%{libname}-doc = %%{version}}
-Group:  Documentation/HTML
-
-%description -n python-%{libname}-doc
-Documentation for the JOSE protocol implementation libraries
-
 %prep
 %setup -q -n %{libname}-%{version}
+rm pytest.ini
 
 %build
 %python_build
-# create docs. Possible formats: man text html epub
-pushd docs
-make %{?_smp_mflags} html
-rm -rf _build/html/{.buildinfo,man,_sources}
-popd
 
 %install
 %python_install
@@ -92,25 +67,15 @@
 # remove duplicates
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/%{libname}
 
-%if %{with test}
 %check
-# rise up errors. Find no fix.
-%python_exec setup.py test
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} src/
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc LICENSE.txt
+%license LICENSE.txt
 %{python_sitelib}/%{libname}
 

commit python-josepy for openSUSE:Factory

2018-05-04 Thread root
Hello community,

here is the log from the commit of package python-josepy for openSUSE:Factory 
checked in at 2018-05-04 11:30:30

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


Package is "python-josepy"

Fri May  4 11:30:30 2018 rev:3 rq:603639 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-josepy/python-josepy.changes  
2018-02-07 18:41:35.807667474 +0100
+++ /work/SRC/openSUSE:Factory/.python-josepy.new/python-josepy.changes 
2018-05-04 11:30:33.501435784 +0200
@@ -1,0 +2,9 @@
+Thu May  3 09:57:33 UTC 2018 - ec...@opensuse.org
+
+- update to 1.1.0
+  - Deprecated support for Python 2.6 and 3.3.
+  - Use the sign and verify methods when they are available in 
+cryptography instead of the deprecated methods signer and 
+verifier.
+
+---

Old:

  josepy-1.0.1.tar.gz
  josepy-1.0.1.tar.gz.asc

New:

  josepy-1.1.0.tar.gz
  josepy-1.1.0.tar.gz.asc



Other differences:
--
++ python-josepy.spec ++
--- /var/tmp/diff_new_pack.ge3Too/_old  2018-05-04 11:30:34.621394691 +0200
+++ /var/tmp/diff_new_pack.ge3Too/_new  2018-05-04 11:30:34.625394545 +0200
@@ -22,7 +22,7 @@
 %bcond_with test
 
 Name:   python-%{libname}
-Version:1.0.1
+Version:1.1.0
 Release:0
 Summary:JOSE protocol implementation in Python
 License:Apache-2.0

++ josepy-1.0.1.tar.gz -> josepy-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.0.1/.travis.yml new/josepy-1.1.0/.travis.yml
--- old/josepy-1.0.1/.travis.yml2017-10-13 10:31:33.0 +0200
+++ new/josepy-1.1.0/.travis.yml2018-04-13 16:47:09.0 +0200
@@ -2,7 +2,9 @@
 sudo: false
 cache: pip
 python:
+  - "2.6"
   - "2.7"
+  - "3.3"
   - "3.4"
   - "3.5"
   - "3.6"
@@ -12,3 +14,5 @@
   - tox -v
 after_success:
   - codecov
+notifications:
+  email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.0.1/PKG-INFO new/josepy-1.1.0/PKG-INFO
--- old/josepy-1.0.1/PKG-INFO   2017-10-25 20:31:12.0 +0200
+++ new/josepy-1.1.0/PKG-INFO   2018-04-13 16:48:03.0 +0200
@@ -1,13 +1,26 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: josepy
-Version: 1.0.1
+Version: 1.1.0
 Summary: JOSE protocol implementation in Python
-Home-page: https://github.com/jezdez/josepy
+Home-page: https://github.com/certbot/josepy
 Author: Certbot Project
 Author-email: client-...@letsencrypt.org
 License: Apache License 2.0
-Description-Content-Type: UNKNOWN
-Description: UNKNOWN
+Description: JOSE protocol implementation in Python using cryptography
+
+.. image:: https://travis-ci.org/certbot/josepy.svg?branch=master
+  :target: https://travis-ci.org/certbot/josepy
+
+.. image:: 
https://codecov.io/gh/certbot/josepy/branch/master/graph/badge.svg
+  :target: https://codecov.io/gh/certbot/josepy
+
+.. image:: 
https://readthedocs.org/projects/josepy/badge/?version=latest
+  :target: http://josepy.readthedocs.io/en/latest/?badge=latest
+
+Originally developed as part of the ACME_ protocol implementation.
+
+.. _ACME: https://pypi.python.org/pypi/acme
+
 Platform: UNKNOWN
 Classifier: Development Status :: 3 - Alpha
 Classifier: Intended Audience :: Developers
@@ -23,3 +36,6 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Security
+Provides-Extra: docs
+Provides-Extra: tests
+Provides-Extra: dev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/josepy-1.0.1/README.rst new/josepy-1.1.0/README.rst
--- old/josepy-1.0.1/README.rst 2017-10-13 10:30:36.0 +0200
+++ new/josepy-1.1.0/README.rst 2018-04-13 16:47:09.0 +0200
@@ -1,10 +1,10 @@
 JOSE protocol implementation in Python using cryptography
 
-.. image:: https://travis-ci.org/jezdez/josepy.svg?branch=master
-  :target: https://travis-ci.org/jezdez/josepy
+.. image:: https://travis-ci.org/certbot/josepy.svg?branch=master
+  :target: https://travis-ci.org/certbot/josepy
 
-.. image:: https://codecov.io/gh/jezdez/josepy/branch/master/graph/badge.svg
-  :target: https://codecov.io/gh/jezdez/josepy
+.. image:: https://codecov.io/gh/certbot/josepy/branch/master/graph/badge.svg
+  :target: https://codecov.io/gh/certbot/josepy
 
 .. image:: https://readthedocs.org/projects/josepy/badge/?version=latest
   :target: http://josepy.readthedocs.io/en/latest/?badge=latest
diff -urN '--exclude=CVS' 

commit python-josepy for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package python-josepy for openSUSE:Factory 
checked in at 2018-02-07 18:41:30

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


Package is "python-josepy"

Wed Feb  7 18:41:30 2018 rev:2 rq:573549 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-josepy/python-josepy.changes  
2018-01-31 19:52:24.620030104 +0100
+++ /work/SRC/openSUSE:Factory/.python-josepy.new/python-josepy.changes 
2018-02-07 18:41:35.807667474 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 22:15:57 UTC 2018 - jeng...@inai.de
+
+- Use Documentation/* as RPM group for -doc.
+
+---



Other differences:
--
++ python-josepy.spec ++
--- /var/tmp/diff_new_pack.CyZyMd/_old  2018-02-07 18:41:36.671627021 +0100
+++ /var/tmp/diff_new_pack.CyZyMd/_new  2018-02-07 18:41:36.675626834 +0100
@@ -66,7 +66,7 @@
 %package -n python-%{libname}-doc
 Summary:Documentation for python-josepy libraries
 #Provides:   %%{python_module %%{libname}-doc = %%{version}}
-Group:  Development/Languages/Python
+Group:  Documentation/HTML
 
 %description -n python-%{libname}-doc
 Documentation for the JOSE protocol implementation libraries