Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-entrypoint2 for openSUSE:Factory checked in at 2023-01-07 17:16:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-entrypoint2 (Old) and /work/SRC/openSUSE:Factory/.python-entrypoint2.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-entrypoint2" Sat Jan 7 17:16:06 2023 rev:17 rq:1056392 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-entrypoint2/python-entrypoint2.changes 2020-10-29 09:46:04.916042557 +0100 +++ /work/SRC/openSUSE:Factory/.python-entrypoint2.new.1563/python-entrypoint2.changes 2023-01-07 17:16:29.833004376 +0100 @@ -1,0 +2,15 @@ +Fri Jan 6 12:31:56 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.1: + * Python 3.10 support + * Python 3.11 support + * support positional list for python 3.9+ + * type hints added + +------------------------------------------------------------------- +Sat Jan 15 15:38:12 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 0.2.4: + * drop python 2x support + +------------------------------------------------------------------- Old: ---- entrypoint2-0.2.1.tar.gz New: ---- entrypoint2-1.1-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-entrypoint2.spec ++++++ --- /var/tmp/diff_new_pack.eFvGPO/_old 2023-01-07 17:16:30.289007097 +0100 +++ /var/tmp/diff_new_pack.eFvGPO/_new 2023-01-07 17:16:30.293007120 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-entrypoint2 # -# Copyright (c) 2020 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 @@ -25,14 +25,15 @@ %define psuffix %{nil} %bcond_with test %endif +%global skip_python2 1 Name: python-entrypoint2 -Version: 0.2.1 +Version: 1.1 Release: 0 Summary: Command-line interface for python modules License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/ponty/entrypoint2 -Source: https://github.com/ponty/entrypoint2/archive/%{version}.tar.gz#/entrypoint2-%{version}.tar.gz +Source: https://github.com/ponty/entrypoint2/archive/%{version}.tar.gz#/entrypoint2-%{version}-gh.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -55,8 +56,6 @@ %prep %setup -q -n entrypoint2-%{version} -# argparse is py2.6 or older -sed -i -e '/argparse/d' requirements.txt %if !%{with test} %build