Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cracklib for openSUSE:Factory 
checked in at 2023-05-11 12:33:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cracklib (Old)
 and      /work/SRC/openSUSE:Factory/.python-cracklib.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cracklib"

Thu May 11 12:33:47 2023 rev:3 rq:1086129 version:2.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cracklib/python-cracklib.changes  
2017-06-20 09:40:31.842923017 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cracklib.new.1533/python-cracklib.changes    
    2023-05-11 12:34:12.366915360 +0200
@@ -1,0 +2,7 @@
+Wed May 10 19:37:10 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.9.6:
+  * refresh distribution
+- spec file cleanups 
+
+-------------------------------------------------------------------

Old:
----
  cracklib-2.9.3.tar.gz

New:
----
  cracklib-2.9.6.tar.gz

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

Other differences:
------------------
++++++ python-cracklib.spec ++++++
--- /var/tmp/diff_new_pack.U97DSK/_old  2023-05-11 12:34:12.826917621 +0200
+++ /var/tmp/diff_new_pack.U97DSK/_new  2023-05-11 12:34:12.830917640 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cracklib
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,24 +11,23 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
 Name:           python-cracklib
-Version:        2.9.3
+Version:        2.9.6
 Release:        0
-Url:            http://cracklib.sourceforge.net/
 Summary:        A CPython extension module wrapping the libcrack library
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Languages/Python
+URL:            https://github.com/cracklib/cracklib
 Source:         
https://files.pythonhosted.org/packages/source/c/cracklib/cracklib-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires: python-rpm-macros
 BuildRequires:  cracklib-devel
+BuildRequires:  python-rpm-macros
 %python_subpackages
 
 %description
@@ -47,7 +46,6 @@
 %python_install
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %{python_sitearch}/*
 
 %changelog

++++++ cracklib-2.9.3.tar.gz -> cracklib-2.9.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cracklib-2.9.3/Makefile.am 
new/cracklib-2.9.6/Makefile.am
--- old/cracklib-2.9.3/Makefile.am      2015-04-12 22:15:24.000000000 +0200
+++ new/cracklib-2.9.6/Makefile.am      1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-if BUILD_PYTHON
-python_PYTHON = cracklib.py test_cracklib.py
-pyexec_LTLIBRARIES = _cracklib.la
-AM_CFLAGS = -I$(top_srcdir)/lib -Wall
-_cracklib_la_LDFLAGS = -module -avoid-version $(top_builddir)/lib/libcrack.la
-DEFS += '-DDEFAULT_CRACKLIB_DICT="$(DEFAULT_CRACKLIB_DICT)"'
-DEFS += '-DPYTHON_H="python@PYTHON_VERSION@/Python.h"'
-endif
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cracklib-2.9.3/PKG-INFO new/cracklib-2.9.6/PKG-INFO
--- old/cracklib-2.9.3/PKG-INFO 2015-04-12 22:32:32.000000000 +0200
+++ new/cracklib-2.9.6/PKG-INFO 2023-05-09 17:50:23.711738600 +0200
@@ -1,16 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: cracklib
-Version: 2.9.3
+Version: 2.9.6
 Summary: A CPython extension module wrapping the libcrack library
 Home-page: http://cracklib.sourceforge.net/
 Author: Jan Dittberner
 Author-email: j...@dittberner.info
 License: GPLv2+
-Description: This CPython extension provides Python bindings for cracklib. It
-        contains a pythonic interface to cracklib's functions and some Python
-        convenience functions.
-        
-Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)
@@ -19,3 +14,7 @@
 Classifier: Topic :: Security
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: System :: Systems Administration
+
+This CPython extension provides Python bindings for cracklib. It
+contains a pythonic interface to cracklib's functions and some Python
+convenience functions.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cracklib-2.9.3/cracklib.egg-info/PKG-INFO 
new/cracklib-2.9.6/cracklib.egg-info/PKG-INFO
--- old/cracklib-2.9.3/cracklib.egg-info/PKG-INFO       2015-04-12 
22:32:32.000000000 +0200
+++ new/cracklib-2.9.6/cracklib.egg-info/PKG-INFO       2023-05-09 
17:50:23.000000000 +0200
@@ -1,16 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: cracklib
-Version: 2.9.3
+Version: 2.9.6
 Summary: A CPython extension module wrapping the libcrack library
 Home-page: http://cracklib.sourceforge.net/
 Author: Jan Dittberner
 Author-email: j...@dittberner.info
 License: GPLv2+
-Description: This CPython extension provides Python bindings for cracklib. It
-        contains a pythonic interface to cracklib's functions and some Python
-        convenience functions.
-        
-Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)
@@ -19,3 +14,7 @@
 Classifier: Topic :: Security
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: System :: Systems Administration
+
+This CPython extension provides Python bindings for cracklib. It
+contains a pythonic interface to cracklib's functions and some Python
+convenience functions.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cracklib-2.9.3/cracklib.egg-info/SOURCES.txt 
new/cracklib-2.9.6/cracklib.egg-info/SOURCES.txt
--- old/cracklib-2.9.3/cracklib.egg-info/SOURCES.txt    2015-04-12 
22:32:32.000000000 +0200
+++ new/cracklib-2.9.6/cracklib.egg-info/SOURCES.txt    2023-05-09 
17:50:23.000000000 +0200
@@ -1,10 +1,5 @@
-Makefile.am
-_cracklib.c
-cracklib.py
 setup.cfg
 setup.py
-setup.py.in
-test_cracklib.py
 ./_cracklib.c
 ./cracklib.py
 ./test_cracklib.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cracklib-2.9.3/cracklib.egg-info/top_level.txt 
new/cracklib-2.9.6/cracklib.egg-info/top_level.txt
--- old/cracklib-2.9.3/cracklib.egg-info/top_level.txt  2015-04-12 
22:32:32.000000000 +0200
+++ new/cracklib-2.9.6/cracklib.egg-info/top_level.txt  2023-05-09 
17:50:23.000000000 +0200
@@ -1,3 +1,3 @@
-test_cracklib
 _cracklib
 cracklib
+test_cracklib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cracklib-2.9.3/setup.cfg new/cracklib-2.9.6/setup.cfg
--- old/cracklib-2.9.3/setup.cfg        2015-04-12 22:32:32.000000000 +0200
+++ new/cracklib-2.9.6/setup.cfg        2023-05-09 17:50:23.715738800 +0200
@@ -1,6 +1,6 @@
 [egg_info]
-tag_build = 
-tag_svn_revision = 0
+tag_build = 2.9.6
+tag_svn_revision = 1
 tag_date = 0
 
 [aliases]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cracklib-2.9.3/setup.py new/cracklib-2.9.6/setup.py
--- old/cracklib-2.9.3/setup.py 2015-04-12 22:16:07.000000000 +0200
+++ new/cracklib-2.9.6/setup.py 2023-05-09 17:46:01.000000000 +0200
@@ -31,7 +31,7 @@
 
 setup(
     name="cracklib",
-    version="2.9.3",
+    version="2.9.6",
     description="A CPython extension module wrapping the libcrack library",
     long_description="""\
 This CPython extension provides Python bindings for cracklib. It
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cracklib-2.9.3/setup.py.in 
new/cracklib-2.9.6/setup.py.in
--- old/cracklib-2.9.3/setup.py.in      2015-04-12 22:15:24.000000000 +0200
+++ new/cracklib-2.9.6/setup.py.in      1970-01-01 01:00:00.000000000 +0100
@@ -1,59 +0,0 @@
-#!/usr/bin/python
-# Copyright 2009, 2012 Jan Dittberner <j...@dittberner.info>
-#
-# This file is part of cracklib.
-#
-# cracklib is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# cracklib is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Prua; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-import os, sys
-
-from setuptools import setup, Extension, find_packages
-
-extensions = [
-    Extension("_cracklib",
-        ["@srcdir@/_cracklib.c"],
-        include_dirs = ["@top_srcdir@/lib"],
-        libraries = ["crack"],
-        library_dirs = ["@top_builddir@/lib/.libs"]),
-]
-
-setup(
-    name="cracklib",
-    version="@VERSION@",
-    description="A CPython extension module wrapping the libcrack library",
-    long_description="""\
-This CPython extension provides Python bindings for cracklib. It
-contains a pythonic interface to cracklib's functions and some Python
-convenience functions.
-""",
-    author="Jan Dittberner",
-    author_email="j...@dittberner.info",
-    url="http://cracklib.sourceforge.net/";,
-    license="GPLv2+",
-    py_modules=['cracklib', 'test_cracklib'],
-    package_dir={'': '@srcdir@'},
-    ext_modules=extensions,
-    zip_safe=False,
-    classifiers=[
-        "Development Status :: 4 - Beta",
-        "Intended Audience :: Developers",
-        "License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)",
-        "Operating System :: OS Independent",
-        "Programming Language :: Python",
-        "Topic :: Security",
-        "Topic :: Software Development :: Libraries :: Python Modules",
-        "Topic :: System :: Systems Administration",
-    ],
-)

Reply via email to