17
0

15 Commits

Author SHA256 Message Date
991da585a4 Accepting request 1165213 from devel:languages:python:azure
- Switch package to modern Python Stack on SLE-15
  + Use Python 3.11 on SLE-15 by default
  + Add Obsoletes for old python3 package on SLE-15
  + Drop support for older Python versions
- 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
- Drop setting default file attributes in %files section
- Use modern RPM macros to express version dependencies (forwarded request 1164817 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1165213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=9
2024-04-07 20:08:24 +00:00
4627c4d021 Accepting request 1164817 from home:glaubitz:branches:devel:languages:python:azure
- Switch package to modern Python Stack on SLE-15
  + Use Python 3.11 on SLE-15 by default
  + Add Obsoletes for old python3 package on SLE-15
  + Drop support for older Python versions
- 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
- Drop setting default file attributes in %files section
- Use modern RPM macros to express version dependencies

OBS-URL: https://build.opensuse.org/request/show/1164817
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-logic?expand=0&rev=14
2024-04-04 20:13:43 +00:00
d7b2e2f4e1 Accepting request 995180 from devel:languages:python:azure
- New upstream release
  + Version 10.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Update Requires from setup.py (forwarded request 995173 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/995180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=8
2022-08-15 17:58:45 +00:00
d81a5b9464 Accepting request 995173 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release
  + Version 10.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/995173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-logic?expand=0&rev=12
2022-08-15 15:16:13 +00:00
be0323747a Accepting request 862357 from devel:languages:python:azure
- New upstream release
  + Version 9.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Rename HISTORY.rst to CHANGELOG.md in %files section
- Rename README.rst to README.md in %files section
- Update Requires from setup.py (forwarded request 862302 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/862357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=7
2021-01-22 20:50:38 +00:00
6667debfc0 Accepting request 862302 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release
  + Version 9.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Rename HISTORY.rst to CHANGELOG.md in %files section
- Rename README.rst to README.md in %files section
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/862302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-logic?expand=0&rev=10
2021-01-11 14:22:51 +00:00
0129b32ea2 Accepting request 853943 from devel:languages:python:azure
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/853943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=6
2020-12-09 21:18:52 +00:00
aa038bae07 - Python 3 build only for 15 and greater distros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-logic?expand=0&rev=8
2020-11-30 12:23:12 +00:00
3a74b0a8b0 Accepting request 735718 from devel:languages:python:azure
- Update Python Azure SDK to latest version (forwarded request 735217 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/735718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=5
2019-10-10 12:30:27 +00:00
e39eb47867 Accepting request 735217 from home:glaubitz:branches:devel:languages:python:azure
- Update Python Azure SDK to latest version

OBS-URL: https://build.opensuse.org/request/show/735217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-logic?expand=0&rev=6
2019-10-07 10:10:48 +00:00
e9e030ffe2 Accepting request 701561 from devel:languages:python:azure
Please do not reject the package because of the "rc2" suffix of the package
version. I am fully aware of the versioning mechanism. I have decided to
version the final releases with an additional digit in the version number
instead of messing with the upstream version of the upstream sources itself.

The final version will be released as "4.0.0.0". Thanks!

- Update Python Azure SDK to latest version (forwarded request 694303 from glaubitz)

- New upstream release
  + Version 4.0.0rc2
  + For detailed information about changes see the
    HISTORY.txt file provided with this package
- Add patch to drop extras_require field from setup.py,
  required for SLES12 as the setuptools version is too old
  + aml_drop-extras-require.patch
- Bump minimum version for namespace packages
  to 3.0.0 in BuildRequires and Requires
- Remove python-devel package from BuildRequires
- Refresh patches for new version
  + aml_drop-compatible-releases-operator.patch
- Run fdupes to hardlink duplicate files
  + Add fdupes to BuildRequires
  + Add %fdupes invocation to %install
- Update %description from setup.py
- Update BuildRequires and Requires from setup.py

- Update Summary and %description from setup.py

OBS-URL: https://build.opensuse.org/request/show/701561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=4
2019-05-14 11:40:57 +00:00
ed85bad2d8 Accepting request 694303 from home:glaubitz:branches:devel:languages:python:azure3
- Update Python Azure SDK to latest version

OBS-URL: https://build.opensuse.org/request/show/694303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-logic?expand=0&rev=4
2019-04-15 13:07:23 +00:00
a340471125 Accepting request 637971 from devel:languages:python:azure
- Update Python Azure SDK to 4.0.0

OBS-URL: https://build.opensuse.org/request/show/637971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=3
2018-09-26 14:14:34 +00:00
3cd422cfd9 Accepting request 571036 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/571036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=2
2018-01-30 14:45:41 +00:00
68957eb3d9 Accepting request 531838 from devel:languages:python
breaking up the Azure SDK

OBS-URL: https://build.opensuse.org/request/show/531838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-logic?expand=0&rev=1
2017-10-11 20:59:19 +00:00