02390da
Name:           python-b2sdk
02390da
Version:        1.21.0
9231073
Release:        5%{?dist}
8624c53
Summary:        Backblaze B2 SDK
8624c53
8624c53
License:        MIT
8624c53
URL:            https://github.com/Backblaze/b2-sdk-python
02390da
Source0:        %{pypi_source b2sdk}
8624c53
BuildArch:      noarch
8624c53
62dbcdb
# Fedora does not ship with version 5 or lower
62dbcdb
Patch0:         relax-setuptools_scm-version.patch
62dbcdb
8624c53
%global _description %{expand:
8624c53
Python library and a few handy utilities for easy access to all of the
8624c53
capabilities of B2 Cloud Storage.
8624c53
8624c53
B2 command-line tool is an example of how it can be used to provide command-line
8624c53
access to the B2 service, but there are many possible applications (including
8624c53
FUSE filesystems, storage backend drivers for backup applications etc).}
8624c53
8624c53
%description %_description
8624c53
02390da
%package -n python3-b2sdk
8624c53
Summary:        %{summary}
8624c53
BuildRequires:  python3-devel
60c0673
BuildRequires:  python3-setuptools
60c0673
BuildRequires:  python3-setuptools_scm
8624c53
02390da
%description -n python3-b2sdk %_description
8624c53
8624c53
%prep
62dbcdb
%autosetup -p1 -n b2sdk-%{version}
02390da
rm -rf b2sdk.egg-info
8624c53
8662950
8624c53
%build
8624c53
%py3_build
8624c53
8662950
8624c53
%install
8624c53
%py3_install
60c0673
rm -rf %{buildroot}%{python3_sitelib}/test
8624c53
8624c53
02390da
%files -n python3-b2sdk
e693668
%doc CHANGELOG.md
8624c53
%doc README.md
8624c53
%license LICENSE
02390da
%{python3_sitelib}/b2sdk-*.egg-info/
02390da
%{python3_sitelib}/b2sdk/
8624c53
8662950
8624c53
%changelog
9231073
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.0-5
9231073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
9231073
8f7ab4e
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.0-4
8f7ab4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
8f7ab4e
dfab106
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.0-3
dfab106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
dfab106
78be432
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.21.0-2
78be432
- Rebuilt for Python 3.12
78be432
02390da
* Wed Apr 19 2023 Jonny Heggheim <hegjon@gmail.com> - 1.21.0-1
02390da
- Updated to version 1.21.0
21ee89f
93e6f1d
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
93e6f1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
93e6f1d
a2e056f
* Mon Oct 17 2022 Jonny Heggheim <hegjon@gmail.com> - 1.18.0-1
a2e056f
- Updated to version 1.18.0
a2e056f
8fff0af
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-4
8fff0af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
8fff0af
14b891f
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.14.0-3
14b891f
- Rebuilt for Python 3.11
14b891f
eda2d13
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
eda2d13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
eda2d13
eb23c0d
* Tue Jan 04 2022 Jonny Heggheim <hegjon@gmail.com> - 1.14.0-1
eb23c0d
- Updated to version 1.14.0
eb23c0d
a6e721c
* Thu Dec 02 2021 Jonny Heggheim <hegjon@gmail.com> - 1.13.0-1
a6e721c
- Updated to version 1.13.0
a6e721c
- Relax constraint on arrow
a6e721c
1b2b660
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
1b2b660
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
1b2b660
d2f9651
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.4.0-2
d2f9651
- Rebuilt for Python 3.10
d2f9651
60c0673
* Mon Apr 05 2021 Jonny Heggheim <hegjon@gmail.com> - 1.4.0-1
60c0673
- Updated to version 1.4.0
60c0673
a16e851
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
a16e851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a16e851
8624c53
* Thu Nov 05 2020 Jonny Heggheim <hegjon@gmail.com> - 0.1.2-1
8624c53
- Initial package