18
0

6 Commits

Author SHA256 Message Date
65a4508c42 Accepting request 1300232 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1300232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-social-auth-core?expand=0&rev=28
2025-08-19 14:47:04 +00:00
52f945d068 - Update to 4.7.0
- Build SAML support by default again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=55
2025-08-19 08:06:51 +00:00
56450b7c07 Accepting request 1285969 from devel:languages:python
- Switch to pyroject macros.

OBS-URL: https://build.opensuse.org/request/show/1285969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-social-auth-core?expand=0&rev=27
2025-06-16 09:13:11 +00:00
5425ae8397 - Switch to pyroject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=53
2025-06-16 06:23:44 +00:00
a827850713 Accepting request 1206171 from devel:languages:python
- update to 4.5.4:
  * LinkedIn supports refresh token
  * SteamOpenId validation of identify URL
  * Box state redirestion
  * The `uid` is automatically converted to string in the
    pipeline
  * Mediawiki error handling

OBS-URL: https://build.opensuse.org/request/show/1206171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-social-auth-core?expand=0&rev=26
2024-10-08 15:24:09 +00:00
506f2f5c39 - update to 4.5.4:
* LinkedIn supports refresh token
  * SteamOpenId validation of identify URL
  * Box state redirestion
  * The `uid` is automatically converted to string in the
    pipeline
  * Mediawiki error handling

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=51
2024-10-07 20:54:33 +00:00
2 changed files with 1 additions and 6 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Tue Sep 30 07:36:53 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Drop no-longer needed dependency on httpretty, fixed in 4.6.0
* https://github.com/python-social-auth/social-core/pull/1063
-------------------------------------------------------------------
Mon Aug 18 19:16:52 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>

View File

@@ -46,6 +46,7 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module google-auth}
BuildRequires: %{python_module httpretty >= 0.9.6}
BuildRequires: %{python_module responses}
BuildRequires: %{python_module typing_extensions}
#/SECTION