Hello community,

here is the log from the commit of package python-ldappool for openSUSE:Factory 
checked in at 2019-03-28 22:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ldappool (Old)
 and      /work/SRC/openSUSE:Factory/.python-ldappool.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ldappool"

Thu Mar 28 22:50:18 2019 rev:2 rq:689400 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ldappool/python-ldappool.changes  
2019-01-03 18:06:13.716161660 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ldappool.new.25356/python-ldappool.changes   
    2019-03-28 22:50:19.903035384 +0100
@@ -1,0 +2,6 @@
+Thu Mar 28 15:24:09 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.4.1:
+  * Various release notes and docu updates
+
+-------------------------------------------------------------------

Old:
----
  ldappool-2.4.0.tar.gz

New:
----
  ldappool-2.4.1.tar.gz

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

Other differences:
------------------
++++++ python-ldappool.spec ++++++
--- /var/tmp/diff_new_pack.QulYvE/_old  2019-03-28 22:50:20.807035183 +0100
+++ /var/tmp/diff_new_pack.QulYvE/_new  2019-03-28 22:50:20.843035175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ldappool
 #
-# 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
@@ -18,24 +18,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-ldappool
-Version:        2.4.0
+Version:        2.4.1
 Release:        0
 Summary:        A connection pool for python-ldap
 License:        MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
 Group:          Development/Languages/Python
-Url:            https://git.openstack.org/cgit/openstack/ldappool
+URL:            https://git.openstack.org/cgit/openstack/ldappool
 Source:         
https://files.pythonhosted.org/packages/source/l/ldappool/ldappool-%{version}.tar.gz
-BuildRequires:  %{python_module ldap}
+BuildRequires:  %{python_module ldap >= 3.0.0}
 BuildRequires:  %{python_module pbr}
-BuildRequires:  python-rpm-macros
-# Test requirements
 BuildRequires:  %{python_module stestr}
 BuildRequires:  %{python_module testresources}
 BuildRequires:  %{python_module testtools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-PrettyTable
 Requires:       python-ldap >= 3.0.0
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -59,12 +58,12 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec -m stestr.cli run
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.rst README.rst
 %{python_sitelib}/*
 

++++++ ldappool-2.4.0.tar.gz -> ldappool-2.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/.zuul.yaml 
new/ldappool-2.4.1/.zuul.yaml
--- old/ldappool-2.4.0/.zuul.yaml       2018-11-20 18:08:37.000000000 +0100
+++ new/ldappool-2.4.1/.zuul.yaml       2019-02-25 22:38:50.000000000 +0100
@@ -1,12 +1,9 @@
 - project:
     templates:
       - check-requirements
+      - openstack-lower-constraints-jobs
       - openstack-python-jobs
       - openstack-python35-jobs
       - openstack-python36-jobs
-    check:
-      jobs:
-        - openstack-tox-lower-constraints
-    gate:
-      jobs:
-        - openstack-tox-lower-constraints
+      - openstack-python37-jobs
+      - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/AUTHORS new/ldappool-2.4.1/AUTHORS
--- old/ldappool-2.4.0/AUTHORS  2018-11-20 18:10:38.000000000 +0100
+++ new/ldappool-2.4.1/AUTHORS  2019-02-25 22:41:02.000000000 +0100
@@ -21,8 +21,10 @@
 Tarek Ziadé <[email protected]>
 Tony Breeds <[email protected]>
 Van Hung Pham <[email protected]>
+Vieri <[email protected]>
 Vu Cong Tuan <[email protected]>
 huang.zhiping <[email protected]>
 pallavi <[email protected]>
 qingszhao <[email protected]>
 ricolin <[email protected]>
+zhouxinyong <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/ChangeLog new/ldappool-2.4.1/ChangeLog
--- old/ldappool-2.4.0/ChangeLog        2018-11-20 18:10:38.000000000 +0100
+++ new/ldappool-2.4.1/ChangeLog        2019-02-25 22:41:02.000000000 +0100
@@ -1,6 +1,18 @@
 CHANGES
 =======
 
+2.4.1
+-----
+
+* Add py37 tox env
+* add python 3.7 unit test job
+* Use template for lower-constraints
+* Fix releasenotes build
+* Change openstack-dev to openstack-discuss
+* Replacing the HTTP protocal with HTTPS in index.rst
+* Add py36 tox environment
+* Add release notes jobs
+
 2.4.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/PKG-INFO new/ldappool-2.4.1/PKG-INFO
--- old/ldappool-2.4.0/PKG-INFO 2018-11-20 18:10:39.000000000 +0100
+++ new/ldappool-2.4.1/PKG-INFO 2019-02-25 22:41:02.000000000 +0100
@@ -1,10 +1,10 @@
 Metadata-Version: 1.1
 Name: ldappool
-Version: 2.4.0
+Version: 2.4.1
 Summary: A simple connector pool for python-ldap.
 Home-page: https://git.openstack.org/cgit/openstack/ldappool
 Author: OpenStack
-Author-email: [email protected]
+Author-email: [email protected]
 License: UNKNOWN
 Description: ldappool
         ========
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/doc/source/index.rst 
new/ldappool-2.4.1/doc/source/index.rst
--- old/ldappool-2.4.0/doc/source/index.rst     2018-11-20 18:08:37.000000000 
+0100
+++ new/ldappool-2.4.1/doc/source/index.rst     2019-02-25 22:38:50.000000000 
+0100
@@ -25,7 +25,7 @@
 
 .. _on GitHub: https://github.com/openstack/ldappool
 .. _Launchpad: https://launchpad.net/ldappool
-.. _Gerrit: 
http://docs.openstack.org/infra/manual/developers.html#development-workflow
+.. _Gerrit: 
https://docs.openstack.org/infra/manual/developers.html#development-workflow
 
 Run tests with ``tox``.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/ldappool.egg-info/PKG-INFO 
new/ldappool-2.4.1/ldappool.egg-info/PKG-INFO
--- old/ldappool-2.4.0/ldappool.egg-info/PKG-INFO       2018-11-20 
18:10:38.000000000 +0100
+++ new/ldappool-2.4.1/ldappool.egg-info/PKG-INFO       2019-02-25 
22:41:02.000000000 +0100
@@ -1,10 +1,10 @@
 Metadata-Version: 1.1
 Name: ldappool
-Version: 2.4.0
+Version: 2.4.1
 Summary: A simple connector pool for python-ldap.
 Home-page: https://git.openstack.org/cgit/openstack/ldappool
 Author: OpenStack
-Author-email: [email protected]
+Author-email: [email protected]
 License: UNKNOWN
 Description: ldappool
         ========
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/ldappool.egg-info/SOURCES.txt 
new/ldappool-2.4.1/ldappool.egg-info/SOURCES.txt
--- old/ldappool-2.4.0/ldappool.egg-info/SOURCES.txt    2018-11-20 
18:10:38.000000000 +0100
+++ new/ldappool-2.4.1/ldappool.egg-info/SOURCES.txt    2019-02-25 
22:41:02.000000000 +0100
@@ -30,4 +30,5 @@
 ldappool/tests/test_ldappool.py
 releasenotes/source/conf.py
 releasenotes/source/index.rst
-releasenotes/source/unreleased.rst
\ No newline at end of file
+releasenotes/source/unreleased.rst
+releasenotes/source/_static/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/ldappool.egg-info/pbr.json 
new/ldappool-2.4.1/ldappool.egg-info/pbr.json
--- old/ldappool-2.4.0/ldappool.egg-info/pbr.json       2018-11-20 
18:10:38.000000000 +0100
+++ new/ldappool-2.4.1/ldappool.egg-info/pbr.json       2019-02-25 
22:41:02.000000000 +0100
@@ -1 +1 @@
-{"git_version": "acc14fc", "is_release": true}
\ No newline at end of file
+{"git_version": "01d0eb3", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/setup.cfg new/ldappool-2.4.1/setup.cfg
--- old/ldappool-2.4.0/setup.cfg        2018-11-20 18:10:39.000000000 +0100
+++ new/ldappool-2.4.1/setup.cfg        2019-02-25 22:41:02.000000000 +0100
@@ -4,7 +4,7 @@
 description-file = 
        README.rst
 author = OpenStack
-author-email = [email protected]
+author-email = [email protected]
 home-page = https://git.openstack.org/cgit/openstack/ldappool
 classifier = 
        Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldappool-2.4.0/tox.ini new/ldappool-2.4.1/tox.ini
--- old/ldappool-2.4.0/tox.ini  2018-11-20 18:08:37.000000000 +0100
+++ new/ldappool-2.4.1/tox.ini  2019-02-25 22:38:54.000000000 +0100
@@ -1,7 +1,7 @@
 [tox]
 minversion = 2.0
 skipsdist = True
-envlist = py27,py35,pep8,cover,docs,releasenotes
+envlist = py27,py35,py36,py37,pep8,cover,docs,releasenotes
 
 [testenv]
 usedevelop = True


Reply via email to