Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4fff34f968 | |||
| be3afe0b33 | |||
| f8a121450c | |||
| a4b6d4168d | |||
| 58214d7244 | |||
| e42c847856 |
BIN
FormEncode-2.1.0.tar.gz
LFS
BIN
FormEncode-2.1.0.tar.gz
LFS
Binary file not shown.
BIN
formencode-2.1.1.tar.gz
LFS
Normal file
BIN
formencode-2.1.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user