azure-cli-telemetry/azure-cli-telemetry.changes
Robert Schweikert 460b9257f7 Accepting request 1164960 from home:glaubitz:branches:Cloud:Tools
- Switch package to modern Python Stack on SLE-15
  + Use Python 3.11 on SLE-15 by default
  + Use primary Python version on Tumbleweed
- Switch build system from setuptools to pyproject.toml
  + Add python-pip and python-wheel to BuildRequires
  + Replace %python_build with %pyproject_wheel
  + Replace %python_install with %pyproject_install
  + Update name for dist directory in %files section

OBS-URL: https://build.opensuse.org/request/show/1164960
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-telemetry?expand=0&rev=19
2024-04-04 20:56:56 +00:00

90 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
Thu Apr 4 13:16:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Switch package to modern Python Stack on SLE-15
+ Use Python 3.11 on SLE-15 by default
+ Use primary Python version on Tumbleweed
- Switch build system from setuptools to pyproject.toml
+ Add python-pip and python-wheel to BuildRequires
+ Replace %python_build with %pyproject_wheel
+ Replace %python_install with %pyproject_install
+ Update name for dist directory in %files section
-------------------------------------------------------------------
Mon Aug 14 13:13:14 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.1.0
+ For detailed information about changes see the
HISTORY.rst file provided with this package
-------------------------------------------------------------------
Fri Sep 16 09:38:00 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.8
+ For detailed information about changes see the
HISTORY.rst file provided with this package
-------------------------------------------------------------------
Thu Aug 4 11:18:35 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.7
+ For detailed information about changes see the
HISTORY.rst file provided with this package
- Update Requires from setup.py
-------------------------------------------------------------------
Mon Jun 27 11:05:06 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Add missing python-rpm-macros package to BuildRequires
-------------------------------------------------------------------
Wed Sep 2 12:35:06 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.6
+ For detailed information about changes see the
HISTORY.rst file provided with this package
-------------------------------------------------------------------
Thu Oct 24 12:12:41 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.4
+ For detailed information about changes see the
HISTORY.rst file provided with this package
- Drop patch to relax version requires in setup.py, it's
not required as the dependencies are managed by RPM
+ act_relax-requires-versions.patch
- Update Requires from setup.py
-------------------------------------------------------------------
Tue Jun 4 09:58:59 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Remove unneccesary %python_expand prefix from %fdupes call
-------------------------------------------------------------------
Tue Apr 16 19:01:40 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.1
+ For detailed information about changes see the
HISTORY.rst file provided with this package
- Bump minimum version for Python Azure SDK namespace
packages to 3.0.0 in BuildRequires and Requires
- Remove python3-devel package from BuildRequires
- Remove unzip package from BuildRequires
- Run fdupes to hardlink duplicate files
+ Add fdupes to BuildRequires
+ Add %fdupes invocation to %install
-------------------------------------------------------------------
Mon Oct 1 11:04:08 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Initial build
+ Version 1.0.0
- Add patch to relax version numbers in install_requires
+ act_relax-requires-versions.patch