Information for build python-sanction-0.4.1-8.fc41

ID17763
Package Namepython-sanction
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.4.1
Release8.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-sanction.git#83ce7806fdea21403b4ba48f7b963c4f5bac9a01
SummaryA simple, lightweight OAuth2 client
Descriptionpython-sanction is a lightweight, dead simple client implementation of the OAuth2 protocol. - Variations on OAuth2 client implementation range from a few hundred LOC to thousands. In a Pythonic world, there's absolutely no need for this when simply dealing with the client side of the spec. Currently, sanction sits at a whopping 65 LOC, one class. This makes the library tremendously easy to grok. - Most providers have varying levels of diversion from the official spec. The goal with this library is to either handle these diversions natively, or expose a method to allow client code to deal with it efficiently and effectively. - Three of the four OAuth2 flows should be supported by this library. Currently, only authorization code and client credential flows have been tested due to lack of other (known) implementations. sanction has been tested with the following OAuth2 providers: * Facebook (include the test API) * Google * Foursquare * bitly * GitHub * StackExchange * Instagram * DeviantArt
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 21:21:38 CST
CompletedThu, 02 May 2024 21:29:41 CST
Taskbuild (f41, /rpms/python-sanction.git:83ce7806fdea21403b4ba48f7b963c4f5bac9a01)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-sanction.git#83ce7806fdea21403b4ba48f7b963c4f5bac9a01'}}
Tags
f41
RPMs
src
python-sanction-0.4.1-8.fc41.src.rpm (info) (download)
noarch
python3-sanction-0.4.1-8.fc41.noarch.rpm (info) (download)
Logs
noarch
root.log
installed_pkgs.log
state.log
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.4.1-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 0.4.1-2 - Rebuilt for Python 3.11 * Wed Jun 08 2022 Charalampos Stratakis <cstratak@redhat.com> - 0.4.1-1 - Update to 0.4.1 - Utilize unittest instead of the deprecated nose test runner - Change to the github tarball