1
0

Compare commits

...

2 Commits

Author SHA256 Message Date
90ec3a57f5 Accepting request 1184011 from devel:languages:python:django
- update to 3.5.2:
  * django-rest-framework: Fix regression from 3.5
  * If you generated MoneyField migrations in the previous series
    3.4.x, you may have to manually edit subsequent migrations.
  * Revert 3.4 patch, meaning that auto-generated CurrencyField
    is once again part of migrations
  * django-rest-framework: MinMoneyValidator and
    MaxMoneyValidator fixed, may require default_currency defined
  * Django 5.0 support

OBS-URL: https://build.opensuse.org/request/show/1184011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-money?expand=0&rev=9
2024-07-01 09:20:02 +00:00
7708d8354c - update to 3.5.2:
* django-rest-framework: Fix regression from 3.5
  * If you generated MoneyField migrations in the previous series
    3.4.x, you may have to manually edit subsequent migrations.
  * Revert 3.4 patch, meaning that auto-generated CurrencyField
    is once again part of migrations
  * django-rest-framework: MinMoneyValidator and
    MaxMoneyValidator fixed, may require default_currency defined
  * Django 5.0 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-money?expand=0&rev=17
2024-06-29 16:39:40 +00:00
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ffdd28f853fcdc440f000f2ac4204a8c49a07b03768bccfd867588bffce1668
size 66731

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:526b6e1ab4aaca9d0a75734ad7f5f7d933032da53a7fdf5fd66c3df7bfcc4256
size 67571

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jun 29 16:39:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.5.2:
* django-rest-framework: Fix regression from 3.5
* If you generated MoneyField migrations in the previous series
3.4.x, you may have to manually edit subsequent migrations.
* Revert 3.4 patch, meaning that auto-generated CurrencyField
is once again part of migrations
* django-rest-framework: MinMoneyValidator and
MaxMoneyValidator fixed, may require default_currency defined
* Django 5.0 support
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 27 09:41:17 UTC 2023 - Dirk Müller <dmueller@suse.com> Wed Dec 27 09:41:17 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-django-money # spec file for package python-django-money
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1 %define skip_python2 1
%define skip_python36 1 %define skip_python36 1
Name: python-django-money Name: python-django-money
Version: 3.4.1 Version: 3.5.2
Release: 0 Release: 0
Summary: Django support for using money and currency fields Summary: Django support for using money and currency fields
License: BSD-3-Clause License: BSD-3-Clause