14
0

- Update to 0.3.5:

* Packaging improvements: Include source-files in the release
- Drop patch correct-packages-decl.patch:
  * Included upstream.
- Drop patch correct-version-to-tag.patch:
  * No longer required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=3
This commit is contained in:
2023-07-20 02:19:24 +00:00
committed by Git OBS Bridge
parent 5319919839
commit d496de56b7
6 changed files with 14 additions and 46 deletions

View File

@@ -17,16 +17,12 @@
Name: python-py-partiql-parser
Version: 0.3.4
Version: 0.3.5
Release: 0
Summary: Pure Python PartiQL Parser
License: MIT
URL: https://github.com/getmoto/py-partiql-parser
Source: https://github.com/getmoto/py-partiql-parser/archive/refs/tags/%{version}.tar.gz#/py-partiql-parser-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#getmoto/py-partiql-parser#3
Patch0: correct-packages-decl.patch
# PATCH-FIX-OPENSUSE https://github.com/getmoto/py-partiql-parser/issues/4
Patch1: correct-version-to-tag.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 59.0.0}