commit python-pytest-check-links for openSUSE:Leap:15.2

2020-05-24 Thread root
Hello community,

here is the log from the commit of package python-pytest-check-links for 
openSUSE:Leap:15.2 checked in at 2020-05-24 18:08:43

Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-check-links (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-pytest-check-links.new.2738 (New)


Package is "python-pytest-check-links"

Sun May 24 18:08:43 2020 rev:5 rq:808408 version:0.4.2

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-check-links/python-pytest-check-links.changes
2020-05-04 08:23:00.484409598 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-check-links.new.2738/python-pytest-check-links.changes
  2020-05-24 18:08:44.138115128 +0200
@@ -1,0 +2,8 @@
+Mon May 18 09:21:46 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.4.2:
+  * Another improvement to retry logic #20
+  * Clean up metadata for dist generation #19
+  * Improve retry logic and add python 3 classifier #18
+
+---

Old:

  pytest_check_links-0.4.0.tar.gz

New:

  pytest_check_links-0.4.2.tar.gz



Other differences:
--
++ python-pytest-check-links.spec ++
--- /var/tmp/diff_new_pack.3mx4GX/_old  2020-05-24 18:08:44.446115794 +0200
+++ /var/tmp/diff_new_pack.3mx4GX/_new  2020-05-24 18:08:44.446115794 +0200
@@ -21,13 +21,12 @@
 # Tests natually require internet
 %bcond_with test
 Name:   python-pytest-check-links
-Version:0.4.0
+Version:0.4.2
 Release:0
 Summary:Pytest plugin for checking links in files
 License:BSD-3-Clause
 URL:https://github.com/minrk/pytest-check-links
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest_check_links/pytest_check_links-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pbr >= 1.9}
 BuildRequires:  %{python_module setuptools >= 17.1}
 BuildRequires:  fdupes

++ pytest_check_links-0.4.0.tar.gz -> pytest_check_links-0.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.4.0/CHANGELOG.md 
new/pytest_check_links-0.4.2/CHANGELOG.md
--- old/pytest_check_links-0.4.0/CHANGELOG.md   2020-05-02 11:02:00.0 
+0200
+++ new/pytest_check_links-0.4.2/CHANGELOG.md   2020-05-06 12:00:12.0 
+0200
@@ -1,5 +1,12 @@
 # Change Log
 
+## 0.4.2
+* Another improvement to retry logic 
[#20](https://github.com/jupyterlab/pytest-check-links/pull/20)
+
+## 0.4.1
+* Clean up metadata for dist generation 
[#19](https://github.com/jupyterlab/pytest-check-links/pull/19)
+* Improve retry logic and add python 3 classifier 
[#18](https://github.com/jupyterlab/pytest-check-links/pull/18)
+
 ## 0.4.0
 * Drop py27 support and add badges 
[#15](https://github.com/jupyterlab/pytest-check-links/pull/15)
 * Use requests(-cache) 
[#12](https://github.com/jupyterlab/pytest-check-links/pull/12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.4.0/ChangeLog 
new/pytest_check_links-0.4.2/ChangeLog
--- old/pytest_check_links-0.4.0/ChangeLog  2020-05-02 11:02:45.0 
+0200
+++ new/pytest_check_links-0.4.2/ChangeLog  2020-05-06 12:00:27.0 
+0200
@@ -1,6 +1,24 @@
 CHANGES
 ===
 
+v0.4.2
+--
+
+* Update changelog
+* update docstring
+* Add another guard
+* use headers directly in sleep
+
+v0.4.1
+--
+
+* Update changelog
+* Clean up metadata for dist generation
+* fix uncache logic
+* update threshold
+* improve retry logic and add python 3 classifier
+* Update README.md
+
 v0.4.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.4.0/PKG-INFO 
new/pytest_check_links-0.4.2/PKG-INFO
--- old/pytest_check_links-0.4.0/PKG-INFO   2020-05-02 11:02:46.0 
+0200
+++ new/pytest_check_links-0.4.2/PKG-INFO   2020-05-06 12:00:27.786055300 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest_check_links
-Version: 0.4.0
+Version: 0.4.2
 Summary: Check links in files
 Home-page: https://github.com/jupyterlab/pytest-check-links
 Author: Jupyter Development Team
@@ -99,7 +99,6 @@
 
 - pick a markdown renderer (probably commonmark) or make the markdown 
renderer pluggable
 - options for validating links (allow absolute links, only remote or 
local, etc.)
-- check internal links (`#anchors`)
 - find URLs in Python docstrings
 
 
@@ -109,6 +108,8 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Software 

commit python-pytest-check-links for openSUSE:Leap:15.2

2020-05-04 Thread root
Hello community,

here is the log from the commit of package python-pytest-check-links for 
openSUSE:Leap:15.2 checked in at 2020-05-04 08:22:57

Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-check-links (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-pytest-check-links.new.2738 (New)


Package is "python-pytest-check-links"

Mon May  4 08:22:57 2020 rev:4 rq:799900 version:0.4.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-check-links/python-pytest-check-links.changes
2020-05-03 14:30:26.472654716 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-check-links.new.2738/python-pytest-check-links.changes
  2020-05-04 08:23:00.484409598 +0200
@@ -1,0 +2,8 @@
+Sun May  3 07:27:33 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.4.0:
+  * Drop py27 support and add badges #15
+  * Use requests(-cache) #12
+  * Add checking of self- and local html anchors #10
+
+---

Old:

  pytest_check_links-0.3.4.tar.gz

New:

  pytest_check_links-0.4.0.tar.gz



Other differences:
--
++ python-pytest-check-links.spec ++
--- /var/tmp/diff_new_pack.fyiTqK/_old  2020-05-04 08:23:01.580411947 +0200
+++ /var/tmp/diff_new_pack.fyiTqK/_new  2020-05-04 08:23:01.584411955 +0200
@@ -17,10 +17,11 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 # Tests natually require internet
 %bcond_with test
 Name:   python-pytest-check-links
-Version:0.3.4
+Version:0.4.0
 Release:0
 Summary:Pytest plugin for checking links in files
 License:BSD-3-Clause
@@ -34,7 +35,7 @@
 Requires:   python-docutils
 Requires:   python-html5lib
 Requires:   python-pytest >= 2.8
-Requires:   python-six
+Requires:   python-requests
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends: python-jupyter_nbconvert
@@ -45,7 +46,7 @@
 BuildRequires:  %{python_module jupyter_nbconvert}
 BuildRequires:  %{python_module jupyter_nbformat}
 BuildRequires:  %{python_module pytest >= 2.8}
-BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module requests}
 %endif
 %python_subpackages
 

++ pytest_check_links-0.3.4.tar.gz -> pytest_check_links-0.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.4/.travis.yml 
new/pytest_check_links-0.4.0/.travis.yml
--- old/pytest_check_links-0.3.4/.travis.yml2020-03-30 11:40:43.0 
+0200
+++ new/pytest_check_links-0.4.0/.travis.yml2020-05-02 11:02:00.0 
+0200
@@ -1,17 +1,17 @@
 language: python
 dist: xenial
 python:
+  - 3.8
   - 3.7
   - 3.6
   - 3.5
-  - 3.4
-  - 2.7
 before_install:
   - pip install --upgrade setuptools pip
 install:
-  - pip install --upgrade . pytest-cov
+  - pip install --upgrade .[cache] pytest-cov
 script:
-  - pytest --cov pytest_check_links
+  # disable automatic inclusion for coverage
+  - pytest -p no:check-links --cov pytest_check_links --cov-report term-missing
 after_success:
   - pip install codecov
   - codecov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.4/CHANGELOG.md 
new/pytest_check_links-0.4.0/CHANGELOG.md
--- old/pytest_check_links-0.3.4/CHANGELOG.md   1970-01-01 01:00:00.0 
+0100
+++ new/pytest_check_links-0.4.0/CHANGELOG.md   2020-05-02 11:02:00.0 
+0200
@@ -0,0 +1,13 @@
+# Change Log
+
+## 0.4.0
+* Drop py27 support and add badges 
[#15](https://github.com/jupyterlab/pytest-check-links/pull/15)
+* Use requests(-cache) 
[#12](https://github.com/jupyterlab/pytest-check-links/pull/12)
+* Add checking of self- and local html anchors  
[#10](https://github.com/jupyterlab/pytest-check-links/pull/10)
+
+## 0.3.0
+* Honor Retry-After Header 
[#9](https://github.com/jupyterlab/pytest-check-links/pull/9)
+* Update metadata for JupyterLab Org 
[#7](https://github.com/jupyterlab/pytest-check-links/pull/7)
+
+## 0.2.0
+* Add rst handling 
[#4](https://github.com/jupyterlab/pytest-check-links/pull/4)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.4/ChangeLog 
new/pytest_check_links-0.4.0/ChangeLog
--- old/pytest_check_links-0.3.4/ChangeLog  2020-04-21 17:09:34.0 
+0200
+++ new/pytest_check_links-0.4.0/ChangeLog  2020-05-02 11:02:45.0 
+0200
@@ -1,6 +1,31 @@
 CHANGES
 ===
 
+v0.4.0
+--
+
+* Add changelog
+* Add pypi badge
+* add badges
+* drop py27 support
+* remove allowable\_codes, attempt parsing backend-opts as json first
+* py27-compatible syntax
+* go ahead and handle/test remote #anchors
+* travis 

commit python-pytest-check-links for openSUSE:Leap:15.2

2020-05-03 Thread root
Hello community,

here is the log from the commit of package python-pytest-check-links for 
openSUSE:Leap:15.2 checked in at 2020-05-03 14:29:31

Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-check-links (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-pytest-check-links.new.2738 (New)


Package is "python-pytest-check-links"

Sun May  3 14:29:31 2020 rev:3 rq:799690 version:0.3.4

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-check-links/python-pytest-check-links.changes
2020-04-12 15:39:42.574072005 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-check-links.new.2738/python-pytest-check-links.changes
  2020-05-03 14:30:26.472654716 +0200
@@ -1,0 +2,6 @@
+Mon Apr 27 10:25:16 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.3.4:
+  * no changelog
+
+---

Old:

  pytest_check_links-0.3.2.tar.gz

New:

  pytest_check_links-0.3.4.tar.gz



Other differences:
--
++ python-pytest-check-links.spec ++
--- /var/tmp/diff_new_pack.lDRKfx/_old  2020-05-03 14:30:26.760655330 +0200
+++ /var/tmp/diff_new_pack.lDRKfx/_new  2020-05-03 14:30:26.760655330 +0200
@@ -20,7 +20,7 @@
 # Tests natually require internet
 %bcond_with test
 Name:   python-pytest-check-links
-Version:0.3.2
+Version:0.3.4
 Release:0
 Summary:Pytest plugin for checking links in files
 License:BSD-3-Clause

++ pytest_check_links-0.3.2.tar.gz -> pytest_check_links-0.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.2/AUTHORS 
new/pytest_check_links-0.3.4/AUTHORS
--- old/pytest_check_links-0.3.2/AUTHORS2020-03-30 11:50:04.0 
+0200
+++ new/pytest_check_links-0.3.4/AUTHORS2020-04-21 17:09:34.0 
+0200
@@ -1,5 +1,6 @@
 Ian Rose 
 Min RK 
+Nicholas Bollweg 
 Steven Silvester 
 Steven Silvester 
 Vidar Tonaas Fauske 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.2/ChangeLog 
new/pytest_check_links-0.3.4/ChangeLog
--- old/pytest_check_links-0.3.2/ChangeLog  2020-03-30 11:50:04.0 
+0200
+++ new/pytest_check_links-0.3.4/ChangeLog  2020-04-21 17:09:34.0 
+0200
@@ -1,9 +1,16 @@
 CHANGES
 ===
 
-0.3.2
+0.3.4
 -
 
+* add checking of self- and local html anchors
+* Add rst to supported files
+* Update metadata for JupyterLab
+
+v0.3.2
+--
+
 * Add note about pbr
 
 0.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.2/LICENSE 
new/pytest_check_links-0.3.4/LICENSE
--- old/pytest_check_links-0.3.2/LICENSE2020-03-30 11:40:43.0 
+0200
+++ new/pytest_check_links-0.3.4/LICENSE2020-04-11 23:53:26.0 
+0200
@@ -1,4 +1,5 @@
-BSD 3-Clause License
+Copyright (c) 2019 Project Jupyter Contributors
+All rights reserved.
 
 Copyright (c) 2017, Min RK
 All rights reserved.
@@ -6,16 +7,16 @@
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 
-* Redistributions of source code must retain the above copyright notice, this
-  list of conditions and the following disclaimer.
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
 
-* Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-* Neither the name of the copyright holder nor the names of its
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.2/PKG-INFO 
new/pytest_check_links-0.3.4/PKG-INFO
--- old/pytest_check_links-0.3.2/PKG-INFO   2020-03-30 11:50:04.0 
+0200
+++ new/pytest_check_links-0.3.4/PKG-INFO   2020-04-21 

commit python-pytest-check-links for openSUSE:Leap:15.2

2020-04-12 Thread root
Hello community,

here is the log from the commit of package python-pytest-check-links for 
openSUSE:Leap:15.2 checked in at 2020-04-12 15:39:41

Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-check-links (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-pytest-check-links.new.3248 (New)


Package is "python-pytest-check-links"

Sun Apr 12 15:39:41 2020 rev:2 rq:793353 version:0.3.2

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-check-links/python-pytest-check-links.changes
2020-02-19 18:44:19.666550151 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-check-links.new.3248/python-pytest-check-links.changes
  2020-04-12 15:39:42.574072005 +0200
@@ -1,0 +2,6 @@
+Fri Apr  3 09:47:03 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.3.2:
+  * no upstream changelog
+
+---

Old:

  pytest_check_links-0.3.0.tar.gz

New:

  pytest_check_links-0.3.2.tar.gz



Other differences:
--
++ python-pytest-check-links.spec ++
--- /var/tmp/diff_new_pack.1dcc7a/_old  2020-04-12 15:39:42.846072211 +0200
+++ /var/tmp/diff_new_pack.1dcc7a/_new  2020-04-12 15:39:42.846072211 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-check-links
 #
-# 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
@@ -20,11 +20,10 @@
 # Tests natually require internet
 %bcond_with test
 Name:   python-pytest-check-links
-Version:0.3.0
+Version:0.3.2
 Release:0
 Summary:Pytest plugin for checking links in files
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/minrk/pytest-check-links
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest_check_links/pytest_check_links-%{version}.tar.gz
 BuildRequires:  %{python_module devel}

++ pytest_check_links-0.3.0.tar.gz -> pytest_check_links-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.0/AUTHORS 
new/pytest_check_links-0.3.2/AUTHORS
--- old/pytest_check_links-0.3.0/AUTHORS2019-03-21 14:36:01.0 
+0100
+++ new/pytest_check_links-0.3.2/AUTHORS2020-03-30 11:50:04.0 
+0200
@@ -1,4 +1,5 @@
 Ian Rose 
 Min RK 
 Steven Silvester 
+Steven Silvester 
 Vidar Tonaas Fauske 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.0/ChangeLog 
new/pytest_check_links-0.3.2/ChangeLog
--- old/pytest_check_links-0.3.0/ChangeLog  2019-03-21 14:36:01.0 
+0100
+++ new/pytest_check_links-0.3.2/ChangeLog  2020-03-30 11:50:04.0 
+0200
@@ -1,6 +1,17 @@
 CHANGES
 ===
 
+0.3.2
+-
+
+* Add note about pbr
+
+0.3.1
+-
+
+* remove redundant check
+* Honor Retry-After header
+
 0.3.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_check_links-0.3.0/PKG-INFO 
new/pytest_check_links-0.3.2/PKG-INFO
--- old/pytest_check_links-0.3.0/PKG-INFO   2019-03-21 14:36:02.0 
+0100
+++ new/pytest_check_links-0.3.2/PKG-INFO   2020-03-30 11:50:04.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest_check_links
-Version: 0.3.0
+Version: 0.3.2
 Summary: Check links in files
 Home-page: https://github.com/minrk/pytest-check-links
 Author: Min RK
@@ -34,8 +34,7 @@
 - test myself, obvs!
 
 
-Keywords: setup
-distutils
+Keywords: setup,distutils
 Platform: UNKNOWN
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: BSD License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest_check_links-0.3.0/pytest_check_links/plugin.py 
new/pytest_check_links-0.3.2/pytest_check_links/plugin.py
--- old/pytest_check_links-0.3.0/pytest_check_links/plugin.py   2019-01-09 
09:39:50.0 +0100
+++ new/pytest_check_links-0.3.2/pytest_check_links/plugin.py   2020-03-30 
11:40:43.0 +0200
@@ -1,6 +1,7 @@
 from docutils.core import publish_parts
 import io
 import os
+import time
 import warnings
 from six.moves.urllib.request import urlopen, Request
 from six.moves.urllib.parse import unquote
@@ -150,6 +151,7 @@
 def __init__(self, name, parent, target, description=''):
 super(LinkItem, self).__init__(name, parent)
 self.target = target
+self.retry_attempts = 0
 self.description = description or '{}: {}'.format(self.fspath, target)
 
 def repr_failure(self,