Hello community,
here is the log from the commit of package python-localzone for
openSUSE:Factory checked in at 2020-04-15 19:56:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-localzone (Old)
and /work/SRC/openSUSE:Factory/.python-localzone.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-localzone"
Wed Apr 15 19:56:06 2020 rev:4 rq:794131 version:0.9.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-localzone/python-localzone.changes
2019-04-14 12:22:51.711792772 +0200
+++
/work/SRC/openSUSE:Factory/.python-localzone.new.2738/python-localzone.changes
2020-04-15 19:56:07.973646980 +0200
@@ -1,0 +2,7 @@
+Wed Apr 15 09:17:57 UTC 2020 - [email protected]
+
+- version update to 0.9.6
+ - Minor documentation change for PyPI
+- use pytest macro
+
+-------------------------------------------------------------------
Old:
----
v0.9.5.tar.gz
New:
----
v0.9.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-localzone.spec ++++++
--- /var/tmp/diff_new_pack.ohOIHk/_old 2020-04-15 19:56:08.673647506 +0200
+++ /var/tmp/diff_new_pack.ohOIHk/_new 2020-04-15 19:56:08.673647506 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-localzone
#
-# 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,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-localzone
-Version: 0.9.5
+Version: 0.9.6
Release: 0
Summary: A library for managing DNS zones
License: BSD-3-Clause
@@ -48,7 +48,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -v
+%pytest
%files %{python_files}
%doc README.rst
++++++ v0.9.5.tar.gz -> v0.9.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/localzone-0.9.5/CHANGELOG.rst
new/localzone-0.9.6/CHANGELOG.rst
--- old/localzone-0.9.5/CHANGELOG.rst 2018-12-10 17:34:13.000000000 +0100
+++ new/localzone-0.9.6/CHANGELOG.rst 2020-01-31 05:51:08.000000000 +0100
@@ -1,3 +1,12 @@
+v0.9.6
+------
+- Minor documentation change for PyPI.
+
+v0.9.5
+------
+- Support dnspython 1.16.0.
+- Add tox config.
+
v0.9.4
------
- Improve error handling.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/localzone-0.9.5/README.rst
new/localzone-0.9.6/README.rst
--- old/localzone-0.9.5/README.rst 2018-12-10 17:34:13.000000000 +0100
+++ new/localzone-0.9.6/README.rst 2020-01-31 05:51:08.000000000 +0100
@@ -1,4 +1,9 @@
-.. include:: docs/logo.rst
+.. image:: https://localzone.iomaestro.com/_images/localzone.png
+ :align: center
+ :width: 100px
+ :height: 100px
+ :alt: Project link: localzone (calzone image by sobinsergey from the Noun
Project)
+ :target: https://localzone.iomaestro.com
A low-calorie library for managing DNS zones
============================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/localzone-0.9.5/localzone/__version__.py
new/localzone-0.9.6/localzone/__version__.py
--- old/localzone-0.9.5/localzone/__version__.py 2018-12-10
17:34:13.000000000 +0100
+++ new/localzone-0.9.6/localzone/__version__.py 2020-01-31
05:51:08.000000000 +0100
@@ -1,4 +1,4 @@
-VERSION = (0, 9, 4)
+VERSION = (0, 9, 6)
__title__ = "localzone"
__description__ = "A simple library for managing DNS zones."