diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:53:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:53:36 +0000 |
commit | da874a6f7fff1bed3754dcafd386c3cf93c5e9ed (patch) | |
tree | 578a40d73bc77d9d5d23a66ff9e3b13ff9834bcf /python-easys-ordermanager.spec | |
parent | 86470be3a292f5acf08aa1e45bbf857350ca2d4b (diff) |
automatic import of python-easys-ordermanageropeneuler20.03
Diffstat (limited to 'python-easys-ordermanager.spec')
-rw-r--r-- | python-easys-ordermanager.spec | 105 |
1 files changed, 75 insertions, 30 deletions
diff --git a/python-easys-ordermanager.spec b/python-easys-ordermanager.spec index 8d5b748..d24ca0b 100644 --- a/python-easys-ordermanager.spec +++ b/python-easys-ordermanager.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-easys-ordermanager -Version: 2.1.3 +Version: 2.2.2 Release: 1 Summary: API definition of RH order manager for EasyS License: GPL 3 URL: https://gitlab.herocentral.de/development/easys-ordermanager -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/42/f1/b98049c02cf225018b94020b1284bacaefd999d94ac310d512e3051caac7/easys-ordermanager-2.1.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/af/6e/a4bd4ff5c738b79f2afcbb3003b3237f8b0feaf448af0fe08a3ffa650a0a/easys-ordermanager-2.2.2.tar.gz BuildArch: noarch Requires: python3-django @@ -26,21 +26,28 @@ Requires: python3-phonenumbers Python 3.8, 3.9 and 3.10 -### Django 3.2 - -DRF 3.11 or newer - -### Django 4.0 +### Django 4.1 -DRF 3.13 or newer +DRF 3.14 or newer -### Django 4.1 +### Django 4.2 DRF 3.14 or newer # Changelog +## 2.2.2 (2023-06-01) +* Updates to Serializer v3, see serializer changelog + +## 2.2.1 (2023-05-30) +* Updated wording on translation of Domain choices field. + +## 2.2.0 (2023-05-23) +* Remove support for Django < 4.1 +* Remove support for djangorestframework < 3.14 +* Updated minimum required versions of related libraries + ## 2.1.3 (2023-05-03) * Updates to Serializer v2 & v3, see serializer changelog @@ -440,6 +447,14 @@ This release contains backwards incompatible changes # Serializer changes +## 2.2.2 + +### v3 + +#### `OrderLineEmailSerializer` +* Renamed field `included_accounts` to `included_addresses`. +* Renamed field `additional_accounts` to `additional_addresses`. + ## 2.1.3 ### v2/v3 @@ -874,21 +889,28 @@ BuildRequires: python3-pip Python 3.8, 3.9 and 3.10 -### Django 3.2 - -DRF 3.11 or newer - -### Django 4.0 +### Django 4.1 -DRF 3.13 or newer +DRF 3.14 or newer -### Django 4.1 +### Django 4.2 DRF 3.14 or newer # Changelog +## 2.2.2 (2023-06-01) +* Updates to Serializer v3, see serializer changelog + +## 2.2.1 (2023-05-30) +* Updated wording on translation of Domain choices field. + +## 2.2.0 (2023-05-23) +* Remove support for Django < 4.1 +* Remove support for djangorestframework < 3.14 +* Updated minimum required versions of related libraries + ## 2.1.3 (2023-05-03) * Updates to Serializer v2 & v3, see serializer changelog @@ -1288,6 +1310,14 @@ This release contains backwards incompatible changes # Serializer changes +## 2.2.2 + +### v3 + +#### `OrderLineEmailSerializer` +* Renamed field `included_accounts` to `included_addresses`. +* Renamed field `additional_accounts` to `additional_addresses`. + ## 2.1.3 ### v2/v3 @@ -1719,21 +1749,28 @@ Provides: python3-easys-ordermanager-doc Python 3.8, 3.9 and 3.10 -### Django 3.2 - -DRF 3.11 or newer +### Django 4.1 -### Django 4.0 +DRF 3.14 or newer -DRF 3.13 or newer - -### Django 4.1 +### Django 4.2 DRF 3.14 or newer # Changelog +## 2.2.2 (2023-06-01) +* Updates to Serializer v3, see serializer changelog + +## 2.2.1 (2023-05-30) +* Updated wording on translation of Domain choices field. + +## 2.2.0 (2023-05-23) +* Remove support for Django < 4.1 +* Remove support for djangorestframework < 3.14 +* Updated minimum required versions of related libraries + ## 2.1.3 (2023-05-03) * Updates to Serializer v2 & v3, see serializer changelog @@ -2133,6 +2170,14 @@ This release contains backwards incompatible changes # Serializer changes +## 2.2.2 + +### v3 + +#### `OrderLineEmailSerializer` +* Renamed field `included_accounts` to `included_addresses`. +* Renamed field `additional_accounts` to `additional_addresses`. + ## 2.1.3 ### v2/v3 @@ -2552,7 +2597,7 @@ added, similar to `OrderLineWebsiteSerializer` except for %prep -%autosetup -n easys-ordermanager-2.1.3 +%autosetup -n easys-ordermanager-2.2.2 %build %py3_build @@ -2566,20 +2611,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -2592,5 +2637,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.2-1 - Package Spec generated |