From dda0a78b6b4aa6cb433acda0f8628a1f90b6fb57 Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Feb 20 2024 07:26:10 +0000 Subject: Use %autochangelog --- diff --git a/changelog b/changelog new file mode 100644 index 0000000..1aa85ec --- /dev/null +++ b/changelog @@ -0,0 +1,114 @@ +* Fri Jan 26 2024 Fedora Release Engineering - 1.39.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.39.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Dec 20 2023 Roman Inflianskas - 1.39.1-1 +- Update to 1.39.1 (fedora#2238739) +- Use bcond for conditionally excluded integrations, sqlalchemy during + tests, and for network-related tests +- Verify all extras against setup.py +- Improve testing by removing ignores for tests that pass and adding + comments with reasons for ignores +- Remove patch for Python 3.12 which is unnecessary now +- Add new integrations (extras) + +* Thu Oct 12 2023 Miro Hrončok - 1.29.2-2 +- Explicitly BuildRequire python3dist(pysocks), as the tests fail without it + +* Mon Sep 04 2023 Roman Inflianskas - 1.29.2-1 +- Update to 1.29.2 (fedora#2222617) + +* Fri Jul 21 2023 Fedora Release Engineering - 1.28.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jul 13 2023 Roman Inflianskas - 1.28.0-1 +- Update to 1.28.0 (fedora#2220929) +- Tests: add support for Python 3.12 (fedora#2220496) + +* Thu Jul 13 2023 Python Maint - 1.27.0-2 +- Rebuilt for Python 3.12 + +* Wed Jul 05 2023 Roman Inflianskas - 1.27.0-1 +- Update to 1.27.0 (resolve rhbz#2219588) + +* Mon Jun 26 2023 Roman Inflianskas - 1.26.0-1 +- Update to 1.26.0 (resolve rhbz#2216744) + +* Wed Jun 21 2023 Roman Inflianskas - 1.25.1-1 +- Update to 1.25.1 (resolve rhbz#2211880) +- Improve testing + +* Thu May 25 2023 Roman Inflianskas - 1.24.0-1 +- Update to 1.24.0 (resolve rhbz#2196238) + +* Mon May 22 2023 Benjamin A. Beasley - 1.22.1-2 +- Add grpcio extra metapackage and test dependency +- Add an explicit protobuf dependency for testing +- Re-generate integration grpc test proto bindings; fixes FTBFS with + python-opentelemetry 1.18.0/0.39~b0 + +* Mon May 08 2023 Roman Inflianskas - 1.22.1-1 +- Update to 1.22.1 (resolve rhbz#2193365) + +* Tue May 02 2023 Roman Inflianskas - 1.21.1-1 +- Update to 1.21.1 (resolve rhbz#2182365) + +* Mon Mar 27 2023 Roman Inflianskas - 1.17.0-1 +- Update to 1.17.0 (resolve rhbz#2179098) + +* Tue Feb 28 2023 Roman Inflianskas - 1.16.0-1 +- Update to 1.16.0 (resolve rhbz#2167733) +- Switch to MIT license + +* Mon Jan 23 2023 Roman Inflianskas - 1.14.0-1 +- Update to 1.14.0 (resolve rhbz#2163387) + +* Fri Jan 20 2023 Fedora Release Engineering - 1.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jan 13 2023 Roman Inflianskas - 1.13.0-1 +- Update to 1.13.0 (resolve rhbz#2160514) +- Cleanup check section + +* Thu Jan 12 2023 Roman Inflianskas - 1.12.1-1 +- Update to 1.12.1 (resolve rhbz#2153838) +- Add fastapi, pymongo, and opentelemetry extras +- Remove falcon extra +- Check imports + +* Wed Nov 23 2022 Roman Inflianskas - 1.11.1-1 +- Update to 1.11.1 (resolve rhbz#2144826) + +* Mon Nov 21 2022 Roman Inflianskas - 1.11.0-1 +- Update to 1.11.0 (resolve rhbz#2142588) + +* Wed Oct 26 2022 Roman Inflianskas - 1.10.1-1 +- Update to 1.10.1 (resolve rhbz#2136521) + +* Tue Oct 04 2022 Roman Inflianskas - 1.9.10-1 +- Update to 1.9.10 (resolve rhbz#2131775) + +* Wed Sep 28 2022 Roman Inflianskas - 1.9.9-1 +- Update to 1.9.9 (resolve rhbz#2115953) +- Add falcon extra again + +* Fri Jul 29 2022 Roman Inflianskas - 1.9.0-1 +- Update to 1.9.0 (resolve rhbz#2111875) + +* Tue Jul 26 2022 Roman Inflianskas - 1.8.0-2 +- Remove extras, which fail to install (resolve rhbz#2110754) + +* Sat Jul 23 2022 Roman Inflianskas - 1.8.0-1 +- Update to 1.8.0 (resolve rhbz#2105940) + +* Fri Jul 22 2022 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jul 01 2022 Roman Inflianskas - 1.6.0-1 +- Update to 1.6.0 +- Remove falcon extra (resolve rhbz#2102851) + +* Fri Jun 10 2022 Roman Inflianskas - 1.5.12-1 +- Initial package diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 562eb5f..f36097e 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -289,117 +289,4 @@ ignore="${ignore-} --ignore=tests/integrations/sqlalchemy" %changelog -* Fri Jan 26 2024 Fedora Release Engineering - 1.39.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Jan 22 2024 Fedora Release Engineering - 1.39.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Wed Dec 20 2023 Roman Inflianskas - 1.39.1-1 -- Update to 1.39.1 (fedora#2238739) -- Use bcond for conditionally excluded integrations, sqlalchemy during - tests, and for network-related tests -- Verify all extras against setup.py -- Improve testing by removing ignores for tests that pass and adding - comments with reasons for ignores -- Remove patch for Python 3.12 which is unnecessary now -- Add new integrations (extras) - -* Thu Oct 12 2023 Miro Hrončok - 1.29.2-2 -- Explicitly BuildRequire python3dist(pysocks), as the tests fail without it - -* Mon Sep 04 2023 Roman Inflianskas - 1.29.2-1 -- Update to 1.29.2 (fedora#2222617) - -* Fri Jul 21 2023 Fedora Release Engineering - 1.28.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jul 13 2023 Roman Inflianskas - 1.28.0-1 -- Update to 1.28.0 (fedora#2220929) -- Tests: add support for Python 3.12 (fedora#2220496) - -* Thu Jul 13 2023 Python Maint - 1.27.0-2 -- Rebuilt for Python 3.12 - -* Wed Jul 05 2023 Roman Inflianskas - 1.27.0-1 -- Update to 1.27.0 (resolve rhbz#2219588) - -* Mon Jun 26 2023 Roman Inflianskas - 1.26.0-1 -- Update to 1.26.0 (resolve rhbz#2216744) - -* Wed Jun 21 2023 Roman Inflianskas - 1.25.1-1 -- Update to 1.25.1 (resolve rhbz#2211880) -- Improve testing - -* Thu May 25 2023 Roman Inflianskas - 1.24.0-1 -- Update to 1.24.0 (resolve rhbz#2196238) - -* Mon May 22 2023 Benjamin A. Beasley - 1.22.1-2 -- Add grpcio extra metapackage and test dependency -- Add an explicit protobuf dependency for testing -- Re-generate integration grpc test proto bindings; fixes FTBFS with - python-opentelemetry 1.18.0/0.39~b0 - -* Mon May 08 2023 Roman Inflianskas - 1.22.1-1 -- Update to 1.22.1 (resolve rhbz#2193365) - -* Tue May 02 2023 Roman Inflianskas - 1.21.1-1 -- Update to 1.21.1 (resolve rhbz#2182365) - -* Mon Mar 27 2023 Roman Inflianskas - 1.17.0-1 -- Update to 1.17.0 (resolve rhbz#2179098) - -* Tue Feb 28 2023 Roman Inflianskas - 1.16.0-1 -- Update to 1.16.0 (resolve rhbz#2167733) -- Switch to MIT license - -* Mon Jan 23 2023 Roman Inflianskas - 1.14.0-1 -- Update to 1.14.0 (resolve rhbz#2163387) - -* Fri Jan 20 2023 Fedora Release Engineering - 1.13.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Fri Jan 13 2023 Roman Inflianskas - 1.13.0-1 -- Update to 1.13.0 (resolve rhbz#2160514) -- Cleanup check section - -* Thu Jan 12 2023 Roman Inflianskas - 1.12.1-1 -- Update to 1.12.1 (resolve rhbz#2153838) -- Add fastapi, pymongo, and opentelemetry extras -- Remove falcon extra -- Check imports - -* Wed Nov 23 2022 Roman Inflianskas - 1.11.1-1 -- Update to 1.11.1 (resolve rhbz#2144826) - -* Mon Nov 21 2022 Roman Inflianskas - 1.11.0-1 -- Update to 1.11.0 (resolve rhbz#2142588) - -* Wed Oct 26 2022 Roman Inflianskas - 1.10.1-1 -- Update to 1.10.1 (resolve rhbz#2136521) - -* Tue Oct 04 2022 Roman Inflianskas - 1.9.10-1 -- Update to 1.9.10 (resolve rhbz#2131775) - -* Wed Sep 28 2022 Roman Inflianskas - 1.9.9-1 -- Update to 1.9.9 (resolve rhbz#2115953) -- Add falcon extra again - -* Fri Jul 29 2022 Roman Inflianskas - 1.9.0-1 -- Update to 1.9.0 (resolve rhbz#2111875) - -* Tue Jul 26 2022 Roman Inflianskas - 1.8.0-2 -- Remove extras, which fail to install (resolve rhbz#2110754) - -* Sat Jul 23 2022 Roman Inflianskas - 1.8.0-1 -- Update to 1.8.0 (resolve rhbz#2105940) - -* Fri Jul 22 2022 Fedora Release Engineering - 1.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jul 01 2022 Roman Inflianskas - 1.6.0-1 -- Update to 1.6.0 -- Remove falcon extra (resolve rhbz#2102851) - -* Fri Jun 10 2022 Roman Inflianskas - 1.5.12-1 -- Initial package +%autochangelog