commit python-parsy for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parsy for openSUSE:Factory checked in at 2024-05-30 15:33:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parsy (Old) and /work/SRC/openSUSE:Factory/.python-parsy.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-parsy" Thu May 30 15:33:38 2024 rev:2 rq:1177642 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parsy/python-parsy.changes 2021-04-24 23:10:18.651493034 +0200 +++ /work/SRC/openSUSE:Factory/.python-parsy.new.24587/python-parsy.changes 2024-05-30 15:35:08.714134687 +0200 @@ -1,0 +2,25 @@ +Wed May 29 21:02:29 UTC 2024 - Matej Cepl <mcepl@cepl.eu> + +- Clean up the SPEC file. + +------------------------------------------------------------------- +Wed May 29 19:49:25 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com> + +- Update to 2.1: + * Dropped support for Python 3.7. + * Test against Python 3.11. + * Added docstrings and basic type hints to all primitives and main + methods. +- Changes from 2.0: + * Dropped support for Python < 3.6. + * Added Parser.until(). + * Parser.optional() now supports an optional default argument to be + returned instead None. +- Changes from 1.4: + * Documentation improvements. + * Added group parameter to regex(). + * Support bytes with regex() as well as str. + * Added forward_declaration. +- Apply spec-cleaner. + +------------------------------------------------------------------- Old: ---- parsy-1.3.0.tar.gz New: ---- parsy-2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parsy.spec ++++++ --- /var/tmp/diff_new_pack.MAQ9pI/_old 2024-05-30 15:35:09.486162941 +0200 +++ /var/tmp/diff_new_pack.MAQ9pI/_new 2024-05-30 15:35:09.486162941 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-parsy # -# Copyright (c) 2021 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 @@ -16,15 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parsy -Version: 1.3.0 +Version: 2.1 Release: 0 Summary: Python parser combinators License: MIT URL: https://github.com/python-parsy/parsy Source: https://files.pythonhosted.org/packages/source/p/parsy/parsy-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -35,13 +36,13 @@ %prep %setup -q -n parsy-%{version} -touch test/__init__.py +touch tests/__init__.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -50,5 +51,6 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/parsy +%{python_sitelib}/parsy-%{version}*-info ++++++ parsy-1.3.0.tar.gz -> parsy-2.1.tar.gz ++++++ ++++ 5063 lines of diff (skipped)
participants (1)
-
Source-Sync