forked from pool/python-pyleri
- update to 1.4.2:
* Fixed typing for delimiter on the List type. * Small PEP-8 fix. - update to 1.4.1: * Added typing hints - update to 1.4.0: * Extra keyword argument `line_number` to `.as_str(..)` method to include the line number with the error. * Regular expression object not with flags before the required `^` character. - update to 1.3.4: * Fixed bug with recursion in Prio element. (issue #18) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyleri?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:322e76f5a266e36bfd7c3b234b3ae86d42f9dece10350fee1c7cd5e7d5565eb0
|
|
||||||
size 25030
|
|
3
pyleri-1.4.2.tar.gz
Normal file
3
pyleri-1.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41dd44f33404198ad456e95b0faa909c4dd5a569bb7c0c93a76db154cdeffc09
|
||||||
|
size 25507
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 7 19:54:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.4.2:
|
||||||
|
* Fixed typing for delimiter on the List type.
|
||||||
|
* Small PEP-8 fix.
|
||||||
|
- update to 1.4.1:
|
||||||
|
* Added typing hints
|
||||||
|
- update to 1.4.0:
|
||||||
|
* Extra keyword argument `line_number` to `.as_str(..)` method
|
||||||
|
to include the line number with the error.
|
||||||
|
* Regular expression object not with flags before the required
|
||||||
|
`^` character.
|
||||||
|
- update to 1.3.4:
|
||||||
|
* Fixed bug with recursion in Prio element. (issue #18)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 17 10:12:06 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
Sat Jul 17 10:12:06 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyleri
|
# spec file for package python-pyleri
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,16 +19,18 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyleri
|
Name: python-pyleri
|
||||||
Version: 1.3.3
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Left-Right Parser
|
Summary: Python Left-Right Parser
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/transceptor-technology/pyleri
|
URL: https://github.com/transceptor-technology/pyleri
|
||||||
Source: https://github.com/transceptor-technology/pyleri/archive/refs/tags/%{version}.tar.gz#/pyleri-%{version}.tar.gz
|
Source: https://github.com/transceptor-technology/pyleri/archive/refs/tags/%{version}.tar.gz#/pyleri-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -38,10 +41,10 @@ Python Left-Right Parser.
|
|||||||
%setup -q -n pyleri-%{version}
|
%setup -q -n pyleri-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -49,7 +52,8 @@ Python Left-Right Parser.
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc ChangeLog README.md
|
%doc README.md
|
||||||
%{python_sitelib}/pyleri*
|
%{python_sitelib}/pyleri
|
||||||
|
%{python_sitelib}/pyleri-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user