diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-shillelagh.spec | 9 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /shillelagh-1.2.2.tar.gz +/shillelagh-1.2.4.tar.gz diff --git a/python-shillelagh.spec b/python-shillelagh.spec index ed9d719..be83291 100644 --- a/python-shillelagh.spec +++ b/python-shillelagh.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-shillelagh -Version: 1.2.2 +Version: 1.2.4 Release: 1 Summary: Making it easy to query APIs via SQL License: mit URL: https://github.com/betodealmeida/shillelagh/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/bc/698030e0d9c20ecd5047b5a90a27cbe0fc292ba56424828f638a05c3d77c/shillelagh-1.2.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/76/c0ce4623b4d568180fe7966c30fdac0e760658e794b566f0509f4e86ecf0/shillelagh-1.2.4.tar.gz BuildArch: noarch Requires: python3-apsw @@ -51,6 +51,7 @@ Requires: python3-sphinx Requires: python3-jsonpath-python Requires: python3-prison Requires: python3-requests-cache +Requires: python3-yarl Requires: python3-jsonpath-python Requires: python3-google-auth Requires: python3-requests @@ -110,7 +111,7 @@ Provides: python3-shillelagh-doc %prep -%autosetup -n shillelagh-1.2.2 +%autosetup -n shillelagh-1.2.4 %build %py3_build @@ -150,5 +151,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.4-1 - Package Spec generated @@ -1 +1 @@ -05baa8a5898b51da442a9a7813279eee shillelagh-1.2.2.tar.gz +ad57f50e5a751dfaffd9a0773f77be6b shillelagh-1.2.4.tar.gz |
