forked from pool/python-py-moneyed
Accepting request 1245779 from devel:languages:python
- Drop patch add-missing-xcg.patch, subsumed into: - Add patch add-missing-currencies.patch: * Support the Zimbabwean ZiG (ZWG) as well. OBS-URL: https://build.opensuse.org/request/show/1245779 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-moneyed?expand=0&rev=6
This commit is contained in:
@@ -10,3 +10,9 @@ Index: py-moneyed-3.0/src/moneyed/classes.py
|
||||
XDR = add_currency("XDR", "960")
|
||||
XFO = add_currency("XFO", None)
|
||||
XFU = add_currency("XFU", None)
|
||||
@@ -744,4 +745,5 @@ XXX = add_currency(
|
||||
YER = add_currency("YER", "886", 100)
|
||||
ZAR = add_currency("ZAR", "710", 100)
|
||||
ZMW = add_currency("ZMW", "967", 100)
|
||||
+ZWG = add_currency("ZWG", "924", 100)
|
||||
ZWN = add_currency("ZWN", "942", 100)
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 04:29:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Drop patch add-missing-xcg.patch, subsumed into:
|
||||
- Add patch add-missing-currencies.patch:
|
||||
* Support the Zimbabwean ZiG (ZWG) as well.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 01:37:46 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-py-moneyed
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,7 +24,8 @@ License: BSD-3-Clause
|
||||
URL: https://github.com/limist/py-moneyed
|
||||
Source: https://github.com/py-moneyed/py-moneyed/archive/refs/tags/v%{version}.tar.gz#/py-moneyed-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE Add XCG -- Caribbean guilder
|
||||
Patch0: add-missing-xcg.patch
|
||||
# ZWG -- Zimbabwean ZiG
|
||||
Patch0: add-missing-currencies.patch
|
||||
BuildRequires: %{python_module base >= 3.6}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
Reference in New Issue
Block a user