17
0

6 Commits

Author SHA256 Message Date
4fff34f968 Accepting request 1266129 from devel:languages:python
- Make the dist-info name case-insensitive
- Lowercase metadata directory name.
- Update to 2.1.1
  * Add support for 3.13
  * Don’t require legacy-cgi to be installed on 3.13 and later (#176)
  * Don’t permit FieldStorageUploadConverter to be instantiated without
    having legacy-cgi installed since it does not make sense
  * Releases are now automated through GitHub Actions (#184)
- Adjust upstream source name in spec file
- Drop do-not-always-use-cgi-module.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1266129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-FormEncode?expand=0&rev=22
2025-04-11 14:44:52 +00:00
be3afe0b33 Accepting request 1266112 from home:mcalabkova:branches:devel:languages:python
- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/request/show/1266112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=39
2025-04-01 12:22:41 +00:00
f8a121450c - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=38
2025-03-26 00:39:43 +00:00
a4b6d4168d Accepting request 1244707 from home:glaubitz:branches:devel:languages:python
- Update to 2.1.1
  * Add support for 3.13
  * Don’t require legacy-cgi to be installed on 3.13 and later (#176)
  * Don’t permit FieldStorageUploadConverter to be instantiated without
    having legacy-cgi installed since it does not make sense
  * Releases are now automated through GitHub Actions (#184)
- Adjust upstream source name in spec file
- Drop do-not-always-use-cgi-module.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1244707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=37
2025-02-10 13:48:19 +00:00
58214d7244 Accepting request 1199779 from devel:languages:python
- Add patch do-not-always-use-cgi-module.patch:
  * Support Python 3.13 by making use of cgi optional.
- Switch to autosetup macro.

OBS-URL: https://build.opensuse.org/request/show/1199779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-FormEncode?expand=0&rev=21
2024-09-10 19:12:44 +00:00
e42c847856 - Add patch do-not-always-use-cgi-module.patch:
* Support Python 3.13 by making use of cgi optional.
- Switch to autosetup macro.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=35
2024-09-10 04:13:08 +00:00
4 changed files with 38 additions and 9 deletions

Binary file not shown.

BIN
formencode-2.1.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Apr 1 11:56:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the dist-info name case-insensitive
-------------------------------------------------------------------
Wed Mar 26 00:39:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Mon Feb 10 10:10:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.1.1
* Add support for 3.13
* Dont require legacy-cgi to be installed on 3.13 and later (#176)
* Dont permit FieldStorageUploadConverter to be instantiated without
having legacy-cgi installed since it does not make sense
* Releases are now automated through GitHub Actions (#184)
- Adjust upstream source name in spec file
- Drop do-not-always-use-cgi-module.patch, merged upstream
-------------------------------------------------------------------
Tue Sep 10 04:11:22 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch do-not-always-use-cgi-module.patch:
* Support Python 3.13 by making use of cgi optional.
- Switch to autosetup macro.
-------------------------------------------------------------------
Tue Apr 16 13:25:39 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-FormEncode
#
# 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
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-FormEncode
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: HTML form validation, generation, and conversion package
License: Python-2.0
Group: Development/Languages/Python
URL: https://formencode.org
Source: https://files.pythonhosted.org/packages/source/F/FormEncode/FormEncode-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/f/formencode/formencode-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module dnspython}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pycountry}
@@ -43,7 +43,7 @@ a declarative form of defining the validation, and decoupled processes
for filling and generating forms.
%prep
%setup -q -n FormEncode-%{version}
%autosetup -p1 -n formencode-%{version}
%build
%pyproject_wheel
@@ -71,6 +71,6 @@ python2_flags="--version"
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/formencode
%{python_sitelib}/FormEncode-%{version}*-info
%{python_sitelib}/[fF]orm[eE]ncode-%{version}.dist-info
%changelog