Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-posthog for openSUSE:Factory 
checked in at 2026-06-10 15:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-posthog (Old)
 and      /work/SRC/openSUSE:Factory/.python-posthog.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-posthog"

Wed Jun 10 15:52:21 2026 rev:8 rq:1358264 version:7.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-posthog/python-posthog.changes    
2026-03-17 19:06:14.633013978 +0100
+++ /work/SRC/openSUSE:Factory/.python-posthog.new.2375/python-posthog.changes  
2026-06-10 15:52:45.043717456 +0200
@@ -1,0 +2,56 @@
+Wed Jun 10 02:35:13 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add missing BuildRequires on opentelemetry-exporter-otlp-proto-http.
+
+-------------------------------------------------------------------
+Sun May 17 19:41:41 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 7.14.2:
+  * Fix scoped context support for async functions
+- update to 7.14.1:
+  * f6c8ede fix: type warning on new_context
+- update to 7.14.0:
+  * chore: remove unsupported setup-uv input
+  * chore: commit generated references with GitHub App
+  * feat: add evaluate_flags() API for single-call flag
+    evaluation
+- update to 7.13.2:
+  * fix: remove python-dateutil runtime dependency
+  * fix: sanitize Django tracing headers
+  * fix: acknowledge oversized dropped events
+  * fix: no-op clients without api key
+  * fix: clarify feature flag auth errors
+- update to 7.13.1:
+  * feat(flags): support mixed targeting in local evaluation
+- update to 7.13.0:
+  * feat(examples): add Dedalus Labs and Cloudflare AI Gateway
+    examples
+  * feat(flags): implement get_feature_flag endpoint in SDK
+    compliance adapter
+  * docs: fix python release docs package registry
+  * feat(prompts): add capture_errors option for error tracking
+  * fix(compliance): declare capabilities in health endpoint
+  * feat: Add os_distro information to events
+  * fix(llma): graceful fallback in claude_agent_sdk wrapper
+  * feat(llma): add $ai_stop_reason extraction for all providers
+  * feat: add Gemini embed_content tracking
+  * fix: pass before_send through module-level setup
+  * chore: add sampo changeset for before_send module-level setup
+    fix
+  * chore: configurabel endpoint for flags local evaluation
+  * fix: pass capture_exceptions as keyword arg in Django
+    middleware
+- update to 7.10.0:
+  * docs: add AI provider integration examples
+  * fix: update localhost port in examples from 8000 to 8010
+  * chore: pin litellm to 1.81.13 in example
+  * feat: add minimum fastapi exception capture repro case
+    locked versions
+  * feat(ai): add Claude Agent SDK integration for LLM analytics
+  * docs: add AI provider examples for all LLM analytics
+    integrations
+  * fix: propagate missing params in module-level wrapper
+    functions
+- Remove remove-mock-and-six.patch: obsolete.
+
+-------------------------------------------------------------------

Old:
----
  posthog-7.9.12.tar.gz
  remove-mock-and-six.patch

New:
----
  posthog-7.14.2.tar.gz

----------(Old B)----------
  Old:    functions
- Remove remove-mock-and-six.patch: obsolete.
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-posthog.spec ++++++
--- /var/tmp/diff_new_pack.9fQYo2/_old  2026-06-10 15:52:45.855751107 +0200
+++ /var/tmp/diff_new_pack.9fQYo2/_new  2026-06-10 15:52:45.855751107 +0200
@@ -18,14 +18,12 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-posthog
-Version:        7.9.12
+Version:        7.14.2
 Release:        0
 Summary:        PostHog is developer-friendly, self-hosted product analytics
 License:        MIT
 URL:            https://github.com/posthog/posthog-python
 Source:         
https://files.pythonhosted.org/packages/source/p/posthog/posthog-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Based on gh#PostHog/posthog-python#442
-Patch0:         remove-mock-and-six.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
@@ -33,28 +31,24 @@
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module backoff >= 1.10.0}
-BuildRequires:  %{python_module distro >= 1.5}
+BuildRequires:  %{python_module distro >= 1.5.0}
 BuildRequires:  %{python_module freezegun}
+BuildRequires:  %{python_module opentelemetry-exporter-otlp-proto-http}
+BuildRequires:  %{python_module opentelemetry-sdk >= 1.20.0}
 BuildRequires:  %{python_module parameterized >= 0.8.1}
-BuildRequires:  %{python_module pydantic}
+BuildRequires:  %{python_module pydantic >= 2.12.0}
+BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest-timeout}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module python-dateutil > 2.1}
+BuildRequires:  %{python_module python-dateutil >= 2.9.0}
 BuildRequires:  %{python_module requests >= 2.7}
-BuildRequires:  %{python_module typing_extensions >= 4.2}
+BuildRequires:  %{python_module typing_extensions >= 4.2.0}
+BuildRequires:  %{python_module tzdata}
 # /SECTION
 BuildRequires:  fdupes
 Requires:       python-backoff >= 1.10.0
-Requires:       python-distro >= 1.5
-Requires:       python-python-dateutil > 2.2
+Requires:       python-distro >= 1.5.0
 Requires:       python-requests >= 2.7
-Requires:       python-typing_extensions >= 4.2
-Suggests:       python-black
-Suggests:       python-isort
-Suggests:       python-flake8
-Suggests:       python-flake8-print
-Suggests:       python-pre-commit
-Suggests:       python-sentry-sdk
+Requires:       python-typing_extensions >= 4.2.0
 Suggests:       python-django
 BuildArch:      noarch
 %python_subpackages

++++++ posthog-7.9.12.tar.gz -> posthog-7.14.2.tar.gz ++++++
++++ 8330 lines of diff (skipped)

Reply via email to