diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 10:39:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 10:39:23 +0000 |
| commit | 21a3cd99071a480587765346fe78b60033b0987e (patch) | |
| tree | 802e203b2139917bf6782e21de62e563de49ce59 | |
| parent | c33b5440fa583671a1f94adcec861782cca2cffe (diff) | |
automatic import of python-posthogopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-posthog.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /posthog-2.5.0.tar.gz +/posthog-3.0.1.tar.gz diff --git a/python-posthog.spec b/python-posthog.spec index 3d73e6d..c47ab72 100644 --- a/python-posthog.spec +++ b/python-posthog.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-posthog -Version: 2.5.0 +Version: 3.0.1 Release: 1 Summary: Integrate PostHog into any python application. License: MIT License URL: https://github.com/posthog/posthog-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/93/aaa6cf6fe32347bbeffbc48b4bcff3764d50f77d0b5f6dbc6dd22103d7f8/posthog-2.5.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/d5/73ca8157b8f7554b5aa5561c240315af6d25a335555c276a9232700da147/posthog-3.0.1.tar.gz BuildArch: noarch Requires: python3-requests @@ -52,7 +52,7 @@ PostHog is developer-friendly, self-hosted product analytics. posthog-python is %prep -%autosetup -n posthog-2.5.0 +%autosetup -n posthog-3.0.1 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1 - Package Spec generated @@ -1 +1 @@ -dcd02b993feaa5c74d5ca0298eb62b07 posthog-2.5.0.tar.gz +f425b02752ad7abbe03bc4907dadff9c posthog-3.0.1.tar.gz |
