Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-compileall2 for openSUSE:Factory checked in at 2023-01-08 21:25:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-compileall2 (Old) and /work/SRC/openSUSE:Factory/.python-compileall2.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-compileall2" Sun Jan 8 21:25:26 2023 rev:3 rq:1056805 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-compileall2/python-compileall2.changes 2022-01-28 22:12:36.670859130 +0100 +++ /work/SRC/openSUSE:Factory/.python-compileall2.new.1563/python-compileall2.changes 2023-01-08 21:25:27.895220517 +0100 @@ -1,0 +2,7 @@ +Sat Jan 7 17:08:43 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.7.2: + * Improved tests + * switch to pyproject.toml + +------------------------------------------------------------------- Old: ---- compileall2-0.7.1.tar.gz New: ---- compileall2-0.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-compileall2.spec ++++++ --- /var/tmp/diff_new_pack.cIpPvI/_old 2023-01-08 21:25:28.363223297 +0100 +++ /var/tmp/diff_new_pack.cIpPvI/_new 2023-01-08 21:25:28.371223345 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-compileall2 # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-compileall2 -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: Enhanced Python `compileall` module License: Python-2.0 @@ -27,9 +27,10 @@ Source: https://files.pythonhosted.org/packages/source/c/compileall2/compileall2-%{version}.tar.gz Source1: https://raw.githubusercontent.com/fedora-python/compileall2/master/LICENSE Source2: https://raw.githubusercontent.com/fedora-python/compileall2/master/test_compileall2.py +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testsuite} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -44,11 +45,11 @@ %build export LANG=en_US.UTF-8 -%python_build +%pyproject_wheel %install export LANG=en_US.UTF-8 -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/compileall2 %python_expand %fdupes %{buildroot}%{$python_sitelib} ++++++ compileall2-0.7.1.tar.gz -> compileall2-0.7.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compileall2-0.7.1/LICENSE new/compileall2-0.7.2/LICENSE --- old/compileall2-0.7.1/LICENSE 1970-01-01 01:00:00.000000000 +0100 +++ new/compileall2-0.7.2/LICENSE 2019-05-20 11:38:27.000000000 +0200 @@ -0,0 +1,48 @@ +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +-------------------------------------------- + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using this software ("Python") in source or binary form and +its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF +hereby grants Licensee a nonexclusive, royalty-free, world-wide license +to reproduce, analyze, test, perform and/or display publicly, prepare +derivative works, distribute, and otherwise use Python alone or in any +derivative version, provided, however, that PSF's License Agreement and +PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, +2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, +2017, 2018 Python Software Foundation; All Rights Reserved" are retained +in Python alone or in any derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python. + +4. PSF is making Python available to Licensee on an "AS IS" +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between PSF and +Licensee. This License Agreement does not grant permission to use PSF +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using Python, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compileall2-0.7.1/PKG-INFO new/compileall2-0.7.2/PKG-INFO --- old/compileall2-0.7.1/PKG-INFO 2020-03-03 15:10:48.000000000 +0100 +++ new/compileall2-0.7.2/PKG-INFO 2020-12-08 13:57:16.249812100 +0100 @@ -1,11 +1,11 @@ Metadata-Version: 2.1 Name: compileall2 -Version: 0.7.1 +Version: 0.7.2 Summary: Enhanced Python `compileall` module Home-page: https://github.com/fedora-python/compileall2 Author: LumÃr Balhar Author-email: frenzy.madn...@gmail.com -License: UNKNOWN +License: PSFv2 Description: # compileall2 Python module Copy of `compileall` module from CPython source code with some new features, namely: @@ -169,11 +169,12 @@ Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: License :: OSI Approved :: Python Software Foundation License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compileall2-0.7.1/compileall2.egg-info/PKG-INFO new/compileall2-0.7.2/compileall2.egg-info/PKG-INFO --- old/compileall2-0.7.1/compileall2.egg-info/PKG-INFO 2020-03-03 15:10:48.000000000 +0100 +++ new/compileall2-0.7.2/compileall2.egg-info/PKG-INFO 2020-12-08 13:57:16.000000000 +0100 @@ -1,11 +1,11 @@ Metadata-Version: 2.1 Name: compileall2 -Version: 0.7.1 +Version: 0.7.2 Summary: Enhanced Python `compileall` module Home-page: https://github.com/fedora-python/compileall2 Author: LumÃr Balhar Author-email: frenzy.madn...@gmail.com -License: UNKNOWN +License: PSFv2 Description: # compileall2 Python module Copy of `compileall` module from CPython source code with some new features, namely: @@ -169,11 +169,12 @@ Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: License :: OSI Approved :: Python Software Foundation License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compileall2-0.7.1/compileall2.egg-info/SOURCES.txt new/compileall2-0.7.2/compileall2.egg-info/SOURCES.txt --- old/compileall2-0.7.1/compileall2.egg-info/SOURCES.txt 2020-03-03 15:10:48.000000000 +0100 +++ new/compileall2-0.7.2/compileall2.egg-info/SOURCES.txt 2020-12-08 13:57:16.000000000 +0100 @@ -1,6 +1,8 @@ +LICENSE README.md compileall2.py -setup.py +pyproject.toml +setup.cfg compileall2.egg-info/PKG-INFO compileall2.egg-info/SOURCES.txt compileall2.egg-info/dependency_links.txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compileall2-0.7.1/compileall2.egg-info/entry_points.txt new/compileall2-0.7.2/compileall2.egg-info/entry_points.txt --- old/compileall2-0.7.1/compileall2.egg-info/entry_points.txt 2020-03-03 15:10:48.000000000 +0100 +++ new/compileall2-0.7.2/compileall2.egg-info/entry_points.txt 2020-12-08 13:57:16.000000000 +0100 @@ -1,4 +1,3 @@ +[console_scripts] +compileall2 = compileall2:main - [console_scripts] - compileall2=compileall2:main - \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compileall2-0.7.1/pyproject.toml new/compileall2-0.7.2/pyproject.toml --- old/compileall2-0.7.1/pyproject.toml 1970-01-01 01:00:00.000000000 +0100 +++ new/compileall2-0.7.2/pyproject.toml 2020-12-08 13:54:40.000000000 +0100 @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=40.8.0", "wheel"] +build-backend = "setuptools.build_meta" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compileall2-0.7.1/setup.cfg new/compileall2-0.7.2/setup.cfg --- old/compileall2-0.7.1/setup.cfg 2020-03-03 15:10:48.000000000 +0100 +++ new/compileall2-0.7.2/setup.cfg 2020-12-08 13:57:16.250812000 +0100 @@ -1,3 +1,38 @@ +[metadata] +name = compileall2 +version = 0.7.2 +description = Enhanced Python `compileall` module +long_description = file:README.md +long_description_content_type = text/markdown +url = https://github.com/fedora-python/compileall2 +author = LumÃr Balhar +author_email = frenzy.madn...@gmail.com +license = PSFv2 +license_files = LICENSE +classifiers = + Development Status :: 4 - Beta + Intended Audience :: Developers + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: Implementation :: CPython + Programming Language :: Python :: Implementation :: PyPy + License :: OSI Approved :: Python Software Foundation License + Operating System :: POSIX :: Linux + Topic :: Software Development :: Compilers + +[options] +py_modules = + compileall2 + +[options.entry_points] +console_scripts = + compileall2 = compileall2:main + [egg_info] tag_build = tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compileall2-0.7.1/setup.py new/compileall2-0.7.2/setup.py --- old/compileall2-0.7.1/setup.py 2020-03-03 15:07:46.000000000 +0100 +++ new/compileall2-0.7.2/setup.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ -import setuptools - -with open("README.md", "r") as fh: - long_description = fh.read() - -setuptools.setup( - name="compileall2", - version="0.7.1", - author="LumÃr Balhar", - author_email="frenzy.madn...@gmail.com", - description="Enhanced Python `compileall` module", - long_description=long_description, - long_description_content_type="text/markdown", - url="https://github.com/fedora-python/compileall2", - py_modules=["compileall2"], - entry_points=''' - [console_scripts] - compileall2=compileall2:main - ''', - classifiers=[ - "Development Status :: 4 - Beta", - "Intended Audience :: Developers", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy", - "License :: OSI Approved :: Python Software Foundation License", - "Operating System :: POSIX :: Linux", - "Topic :: Software Development :: Compilers", - ], -)