commit python-parse_type for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parse_type for openSUSE:Factory checked in at 2024-08-30 13:31:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parse_type (Old) and /work/SRC/openSUSE:Factory/.python-parse_type.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-parse_type" Fri Aug 30 13:31:55 2024 rev:8 rq:1197441 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parse_type/python-parse_type.changes 2023-12-11 21:50:51.216199650 +0100 +++ /work/SRC/openSUSE:Factory/.python-parse_type.new.2698/python-parse_type.changes 2024-08-30 13:33:02.140106263 +0200 @@ -1,0 +2,13 @@ +Thu Aug 29 10:20:41 UTC 2024 - pgajdos@suse.com + +- version update to 0.6.3 + * Copy structured test suite to "tests/parse_tests/" + * Copy structured test suite to "tests/parse_tests_with_parse_type" + * REMOVE: tests/test_parse.py + * README: Fix compact display of BADGES (was using multi-line) + * CI: Add support for Python 3.12 +- added patches + fix https://github.com/jenisys/parse_type/pull/24 + + python-parse_type-remove-python2.patch + +------------------------------------------------------------------- Old: ---- v0.6.2.tar.gz New: ---- python-parse_type-remove-python2.patch v0.6.3.tar.gz BETA DEBUG BEGIN: New: fix https://github.com/jenisys/parse_type/pull/24 + python-parse_type-remove-python2.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parse_type.spec ++++++ --- /var/tmp/diff_new_pack.piTk4G/_old 2024-08-30 13:33:02.680128901 +0200 +++ /var/tmp/diff_new_pack.piTk4G/_new 2024-08-30 13:33:02.680128901 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-parse_type # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,22 @@ %bcond_without python2 Name: python-parse_type -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: Extension to the parse module License: MIT Group: Development/Languages/Python URL: https://github.com/jenisys/parse_type Source: https://github.com/jenisys/parse_type/archive/v%{version}.tar.gz +# to remove python 2 is the goal of 0.7.0 +# https://github.com/jenisys/parse_type/blob/main/CHANGES.txt +# https://github.com/jenisys/parse_type/pull/24 +Patch0: python-parse_type-remove-python2.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-parse >= 1.12.0 -Requires: python-six >= 1.11 BuildArch: noarch %if %{with python2} BuildRequires: python-enum34 @@ -41,7 +44,6 @@ # SECTION test requirements BuildRequires: %{python_module parse >= 1.12.0} BuildRequires: %{python_module pytest >= 3.0} -BuildRequires: %{python_module six >= 1.11} # /SECTION %python_subpackages @@ -64,7 +66,8 @@ rm pytest.ini # Remove bundled parse.py rm parse_type/parse.py -rm tests/test_parse.py +sed -i 's:from parse_type import parse:import parse:' \ + tests/*.py tests/parse_tests_with_parse_type/*.py %build %pyproject_wheel ++++++ python-parse_type-remove-python2.patch ++++++ ++++ 657 lines (skipped) ++++++ v0.6.2.tar.gz -> v0.6.3.tar.gz ++++++ ++++ 5056 lines of diff (skipped)
participants (1)
-
Source-Sync