Hello community,

here is the log from the commit of package python-certbot-dns-rfc2136 for 
openSUSE:Factory checked in at 2020-10-07 14:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136 (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-rfc2136"

Wed Oct  7 14:19:47 2020 rev:23 rq:839993 version:1.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136/python-certbot-dns-rfc2136.changes
    2020-08-21 19:15:11.912749082 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.4249/python-certbot-dns-rfc2136.changes
  2020-10-07 14:20:06.905563398 +0200
@@ -1,0 +2,6 @@
+Wed Oct  7 08:46:40 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 1.9.0
+  * Sync with main certbot package.
+
+-------------------------------------------------------------------

Old:
----
  certbot-dns-rfc2136-1.7.0.tar.gz

New:
----
  certbot-dns-rfc2136-1.9.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot-dns-rfc2136.spec ++++++
--- /var/tmp/diff_new_pack.hVWyo3/_old  2020-10-07 14:20:07.657563996 +0200
+++ /var/tmp/diff_new_pack.hVWyo3/_new  2020-10-07 14:20:07.661563999 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-certbot-dns-rfc2136
-Version:        1.7.0
+Version:        1.9.0
 Release:        0
 Summary:        RFC 2136 DNS Authenticator plugin for Certbot
 License:        Apache-2.0

++++++ certbot-dns-rfc2136-1.7.0.tar.gz -> certbot-dns-rfc2136-1.9.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-rfc2136-1.7.0/PKG-INFO 
new/certbot-dns-rfc2136-1.9.0/PKG-INFO
--- old/certbot-dns-rfc2136-1.7.0/PKG-INFO      2020-08-04 20:20:47.136283200 
+0200
+++ new/certbot-dns-rfc2136-1.9.0/PKG-INFO      2020-10-06 20:40:21.955129100 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-rfc2136
-Version: 1.7.0
+Version: 1.9.0
 Summary: RFC 2136 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -17,7 +17,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
@@ -27,5 +26,5 @@
 Classifier: Topic :: System :: Networking
 Classifier: Topic :: System :: Systems Administration
 Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
 Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-rfc2136-1.7.0/certbot_dns_rfc2136/__init__.py 
new/certbot-dns-rfc2136-1.9.0/certbot_dns_rfc2136/__init__.py
--- old/certbot-dns-rfc2136-1.7.0/certbot_dns_rfc2136/__init__.py       
2020-08-04 20:20:15.000000000 +0200
+++ new/certbot-dns-rfc2136-1.9.0/certbot_dns_rfc2136/__init__.py       
2020-10-06 20:39:49.000000000 +0200
@@ -99,11 +99,10 @@
    This configuration limits the scope of the TSIG key to just be able to
    add and remove TXT records for one specific host for the purpose of
    completing the ``dns-01`` challenge. If your version of BIND doesn't
-   support the
-   `update-policy 
<http://www.zytrax.com/books/dns/ch7/xfer.html#update-policy>`_
-   directive then you can use the less-secure
-   `allow-update <http://www.zytrax.com/books/dns/ch7/xfer.html#allow-update>`_
-   directive instead.
+   support the ``update-policy`` directive, then you can use the less-secure
+   ``allow-update`` directive instead. `See the BIND documentation
+   
<https://bind9.readthedocs.io/en/latest/reference.html#dynamic-update-policies>`_
+   for details.
 
 Examples
 --------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-rfc2136-1.7.0/certbot_dns_rfc2136.egg-info/PKG-INFO 
new/certbot-dns-rfc2136-1.9.0/certbot_dns_rfc2136.egg-info/PKG-INFO
--- old/certbot-dns-rfc2136-1.7.0/certbot_dns_rfc2136.egg-info/PKG-INFO 
2020-08-04 20:20:47.000000000 +0200
+++ new/certbot-dns-rfc2136-1.9.0/certbot_dns_rfc2136.egg-info/PKG-INFO 
2020-10-06 20:40:21.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-rfc2136
-Version: 1.7.0
+Version: 1.9.0
 Summary: RFC 2136 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -17,7 +17,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
@@ -27,5 +26,5 @@
 Classifier: Topic :: System :: Networking
 Classifier: Topic :: System :: Systems Administration
 Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
 Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-rfc2136-1.7.0/docs/conf.py 
new/certbot-dns-rfc2136-1.9.0/docs/conf.py
--- old/certbot-dns-rfc2136-1.7.0/docs/conf.py  2020-08-04 20:20:15.000000000 
+0200
+++ new/certbot-dns-rfc2136-1.9.0/docs/conf.py  2020-10-06 20:39:49.000000000 
+0200
@@ -93,7 +93,7 @@
 # a list of builtin themes.
 #
 
-# 
http://docs.readthedocs.org/en/latest/theme.html#how-do-i-use-this-locally-and-on-read-the-docs
+# 
https://docs.readthedocs.io/en/stable/faq.html#i-want-to-use-the-read-the-docs-theme-locally
 # on_rtd is whether we are on readthedocs.org
 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
 if not on_rtd:  # only import and set the theme if we're building docs locally
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-rfc2136-1.7.0/docs/make.bat 
new/certbot-dns-rfc2136-1.9.0/docs/make.bat
--- old/certbot-dns-rfc2136-1.7.0/docs/make.bat 2020-08-04 20:20:15.000000000 
+0200
+++ new/certbot-dns-rfc2136-1.9.0/docs/make.bat 2020-10-06 20:39:49.000000000 
+0200
@@ -22,7 +22,7 @@
        echo.Sphinx directory to PATH.
        echo.
        echo.If you don't have Sphinx installed, grab it from
-       echo.http://sphinx-doc.org/
+       echo.https://www.sphinx-doc.org/
        exit /b 1
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-rfc2136-1.7.0/setup.py 
new/certbot-dns-rfc2136-1.9.0/setup.py
--- old/certbot-dns-rfc2136-1.7.0/setup.py      2020-08-04 20:20:16.000000000 
+0200
+++ new/certbot-dns-rfc2136-1.9.0/setup.py      2020-10-06 20:39:50.000000000 
+0200
@@ -5,9 +5,8 @@
 from setuptools import __version__ as setuptools_version
 from setuptools import find_packages
 from setuptools import setup
-from setuptools.command.test import test as TestCommand
 
-version = '1.7.0'
+version = '1.9.0'
 
 # Remember to update local-oldest-requirements.txt when changing the minimum
 # acme/certbot version.
@@ -42,20 +41,6 @@
     'sphinx_rtd_theme',
 ]
 
-class PyTest(TestCommand):
-    user_options = []
-
-    def initialize_options(self):
-        TestCommand.initialize_options(self)
-        self.pytest_args = ''
-
-    def run_tests(self):
-        import shlex
-        # import here, cause outside the eggs aren't loaded
-        import pytest
-        errno = pytest.main(shlex.split(self.pytest_args))
-        sys.exit(errno)
-
 setup(
     name='certbot-dns-rfc2136',
     version=version,
@@ -64,7 +49,7 @@
     author="Certbot Project",
     author_email='client-...@letsencrypt.org',
     license='Apache License 2.0',
-    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
+    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, 
!=3.5.*',
     classifiers=[
         'Development Status :: 5 - Production/Stable',
         'Environment :: Plugins',
@@ -75,7 +60,6 @@
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
@@ -98,7 +82,4 @@
             'dns-rfc2136 = 
certbot_dns_rfc2136._internal.dns_rfc2136:Authenticator',
         ],
     },
-    tests_require=["pytest"],
-    test_suite='certbot_dns_rfc2136',
-    cmdclass={"test": PyTest},
 )


Reply via email to