diff --git a/changelog b/changelog new file mode 100644 index 0000000..7e97bcf --- /dev/null +++ b/changelog @@ -0,0 +1,81 @@ +* Tue Jul 20 2021 Benjamin A. Beasley - 0.66.1-1 +- Update to 0.66.1 (fixes RHBZ#1983796) + +* Fri Jul 09 2021 Benjamin A. Beasley - 0.66.0-1 +- Update to 0.66.0 (fixes RHBZ#1978953) + +* Thu Jun 24 2021 Benjamin A. Beasley - 0.65.2-2 +- Allow aiofiles 0.7 + +* Wed Jun 09 2021 Benjamin A. Beasley - 0.65.2-1 +- Update to 0.65.2 (fixes RHBZ#1969758, fixes CVE-2021-32677) + +* Fri Jun 04 2021 Python Maint - 0.65.1-5 +- Rebuilt for Python 3.10 + +* Fri May 28 2021 Benjamin A. Beasley - 0.65.1-4 +- Start successfully building the documentation (without typer-cli, and using + the base mkdocs theme instead of mkdocs-material) + +* Tue May 25 2021 Benjamin A. Beasley - 0.65.1-3 +- De-conditionalize databases[sqlite] BR + +* Fri May 14 2021 Benjamin A. Beasley - 0.65.1-2 +- Add python-databases+sqlite BR where it is available + +* Thu May 13 2021 Benjamin A. Beasley - 0.65.1-1 +- New upstream release 0.65.1 +- Allow newer sqlalchemy dependency version than that pinned upstream + +* Mon May 10 2021 Benjamin A. Beasley - 0.65.0-1 +- New upstream release 0.65.0 +- Drop fastapi-0.63.0-pr-2335.patch, now upstream + +* Sat May 08 2021 Benjamin A. Beasley - 0.64.0-1 +- New upstream release 0.64.0 +- Fix Korean summary + +* Mon Apr 12 2021 Benjamin A. Beasley - 0.63.0-7 +- Allow aiofiles 0.6.x: https://github.com/tiangolo/fastapi/pull/3075 + +* Tue Apr 06 2021 Benjamin A. Beasley - 0.63.0-6 +- Do not use %%exclude for unpackaged files (RPM 4.17 compatibility) + +* Sat Mar 27 2021 Benjamin A. Beasley - 0.63.0-5 +- Typo fix in js-termynal symbolic links + +* Thu Mar 25 2021 Benjamin A. Beasley - 0.63.0-4 +- Improved source URL (better tarball name) + +* Tue Mar 16 2021 Benjamin A. Beasley - 0.63.0-3 +- Use system js-termynal to replace the (removed) bundled copy +- No longer need to work around missing python3dist(passlib[bcrypt]) on F35 +- Fix typo in Summary(es) + +* Tue Mar 16 2021 Benjamin A. Beasley - 0.63.0-2 +- Drop python3dist(setuptools) BR, redundant with %%pyproject_buildrequires + +* Sat Mar 06 2021 Benjamin A. Beasley - 0.63.0-1 +- New upstream version 0.63.0 +- Whitespace changes +- Drop obsolete %%python_provide macro +- Comment out orjson dependencies in package metadata +- Remove explicit/manual dependencies. This drops the hard dependency on uvicorn. +- Use pyproject-rpm-macros for generated BR’s +- Loosen all pinned dependencies +- Fix starlette 0.14.x compatibility +- Switch from PyPI tarball to GitHub tarball +- Add a metapackage for the “all” extra (which is really all-but-orjson) +- Add a separate -doc package; for now, we cannot build the HTML documentation, + so we install the Markdown sources instead +- Improved and localized summaries and descriptions from upstream + +* Wed Jan 27 2021 Fedora Release Engineering - 0.61.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Oct 7 00:24:09 -03 2020 Itamar Reis Peixoto - 0.61.1-2 +- add missing deps. + +* Wed Sep 30 2020 Itamar Reis Peixoto - 0.61.1-1 +- Initial package. +- Fix license TAG. diff --git a/python-fastapi.spec b/python-fastapi.spec index 015fb5a..388d4ca 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -30,7 +30,7 @@ Name: python-%{srcname} Version: 0.66.1 -Release: 1%{?dist} +Release: %autorelease Summary: %{sum_en} License: MIT @@ -430,84 +430,4 @@ rm -rf '%{buildroot}%{_jsdir}' %changelog -* Tue Jul 20 2021 Benjamin A. Beasley - 0.66.1-1 -- Update to 0.66.1 (fixes RHBZ#1983796) - -* Fri Jul 09 2021 Benjamin A. Beasley - 0.66.0-1 -- Update to 0.66.0 (fixes RHBZ#1978953) - -* Thu Jun 24 2021 Benjamin A. Beasley - 0.65.2-2 -- Allow aiofiles 0.7 - -* Wed Jun 09 2021 Benjamin A. Beasley - 0.65.2-1 -- Update to 0.65.2 (fixes RHBZ#1969758, fixes CVE-2021-32677) - -* Fri Jun 04 2021 Python Maint - 0.65.1-5 -- Rebuilt for Python 3.10 - -* Fri May 28 2021 Benjamin A. Beasley - 0.65.1-4 -- Start successfully building the documentation (without typer-cli, and using - the base mkdocs theme instead of mkdocs-material) - -* Tue May 25 2021 Benjamin A. Beasley - 0.65.1-3 -- De-conditionalize databases[sqlite] BR - -* Fri May 14 2021 Benjamin A. Beasley - 0.65.1-2 -- Add python-databases+sqlite BR where it is available - -* Thu May 13 2021 Benjamin A. Beasley - 0.65.1-1 -- New upstream release 0.65.1 -- Allow newer sqlalchemy dependency version than that pinned upstream - -* Mon May 10 2021 Benjamin A. Beasley - 0.65.0-1 -- New upstream release 0.65.0 -- Drop fastapi-0.63.0-pr-2335.patch, now upstream - -* Sat May 08 2021 Benjamin A. Beasley - 0.64.0-1 -- New upstream release 0.64.0 -- Fix Korean summary - -* Mon Apr 12 2021 Benjamin A. Beasley - 0.63.0-7 -- Allow aiofiles 0.6.x: https://github.com/tiangolo/fastapi/pull/3075 - -* Tue Apr 06 2021 Benjamin A. Beasley - 0.63.0-6 -- Do not use %%exclude for unpackaged files (RPM 4.17 compatibility) - -* Sat Mar 27 2021 Benjamin A. Beasley - 0.63.0-5 -- Typo fix in js-termynal symbolic links - -* Thu Mar 25 2021 Benjamin A. Beasley - 0.63.0-4 -- Improved source URL (better tarball name) - -* Tue Mar 16 2021 Benjamin A. Beasley - 0.63.0-3 -- Use system js-termynal to replace the (removed) bundled copy -- No longer need to work around missing python3dist(passlib[bcrypt]) on F35 -- Fix typo in Summary(es) - -* Tue Mar 16 2021 Benjamin A. Beasley - 0.63.0-2 -- Drop python3dist(setuptools) BR, redundant with %%pyproject_buildrequires - -* Sat Mar 06 2021 Benjamin A. Beasley - 0.63.0-1 -- New upstream version 0.63.0 -- Whitespace changes -- Drop obsolete %%python_provide macro -- Comment out orjson dependencies in package metadata -- Remove explicit/manual dependencies. This drops the hard dependency on uvicorn. -- Use pyproject-rpm-macros for generated BR’s -- Loosen all pinned dependencies -- Fix starlette 0.14.x compatibility -- Switch from PyPI tarball to GitHub tarball -- Add a metapackage for the “all” extra (which is really all-but-orjson) -- Add a separate -doc package; for now, we cannot build the HTML documentation, - so we install the Markdown sources instead -- Improved and localized summaries and descriptions from upstream - -* Wed Jan 27 2021 Fedora Release Engineering - 0.61.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Oct 7 00:24:09 -03 2020 Itamar Reis Peixoto - 0.61.1-2 -- add missing deps. - -* Wed Sep 30 2020 Itamar Reis Peixoto - 0.61.1-1 -- Initial package. -- Fix license TAG. +%autochangelog