diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-snowplow-tracker.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /snowplow-tracker-0.14.0.tar.gz +/snowplow-tracker-0.15.0.tar.gz diff --git a/python-snowplow-tracker.spec b/python-snowplow-tracker.spec index a909009..6bf6b46 100644 --- a/python-snowplow-tracker.spec +++ b/python-snowplow-tracker.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-snowplow-tracker -Version: 0.14.0 +Version: 0.15.0 Release: 1 Summary: Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games License: Apache License 2.0 URL: http://snowplow.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/76/da/1fc9fcb9a1375e3f50a0c1d75dde97890c99f84b0beda81f856ba1ac5d8f/snowplow-tracker-0.14.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/6c/c3a71801f564ba7d619634084ecef9bd359601469aefc643f46576ef001f/snowplow-tracker-0.15.0.tar.gz BuildArch: noarch Requires: python3-requests @@ -38,7 +38,7 @@ Provides: python3-snowplow-tracker-doc [](https://pypi.org/project/snowplow-tracker/)[](https://pypi.org/project/snowplow-tracker/)[](https://pypi.org/project/snowplow-tracker/) %prep -%autosetup -n snowplow-tracker-0.14.0 +%autosetup -n snowplow-tracker-0.15.0 %build %py3_build @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.14.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.0-1 - Package Spec generated @@ -1 +1 @@ -78184bfa5f1f3047abfcaa4649b1e6c4 snowplow-tracker-0.14.0.tar.gz +f83246f457b3e1cce322ae33c7c47a47 snowplow-tracker-0.15.0.tar.gz |
