New upstream release 3.4.7
Resolves: RHEL-183876
This commit is contained in:
parent
3bf3d4a265
commit
ccde705248
@ -1,21 +1,21 @@
|
|||||||
From 79604d5b0af4f1b8c9ca252fc875b9714e9b8f6c Mon Sep 17 00:00:00 2001
|
From 1d9ff22702857d85a91ab55259177f09af01f38c Mon Sep 17 00:00:00 2001
|
||||||
From: Simon Pichugin <spichugi@redhat.com>
|
From: Simon Pichugin <spichugi@redhat.com>
|
||||||
Date: Wed, 22 Apr 2026 21:50:52 -0700
|
Date: Thu, 11 Jun 2026 16:09:48 -0700
|
||||||
Subject: [PATCH] Revert "Package python-ldap with pyproject.toml (#589)"
|
Subject: [PATCH] Revert "Package python-ldap with pyproject.toml (#589)"
|
||||||
|
|
||||||
This reverts commit f49bb2dd2234f25404ad1679786de007444ce219.
|
This reverts commit f49bb2dd2234f25404ad1679786de007444ce219.
|
||||||
---
|
---
|
||||||
.coveragerc | 27 +++++++++
|
.coveragerc | 27 ++++++++++
|
||||||
.gitignore | 2 +
|
.gitignore | 2 +
|
||||||
Doc/installing.rst | 30 +++-------
|
Doc/installing.rst | 30 +++--------
|
||||||
Doc/spelling_wordlist.txt | 4 --
|
Doc/spelling_wordlist.txt | 4 --
|
||||||
INSTALL | 3 +-
|
INSTALL | 3 +-
|
||||||
MANIFEST.in | 2 +-
|
MANIFEST.in | 2 +-
|
||||||
Makefile | 1 +
|
Makefile | 1 +
|
||||||
pyproject.toml | 112 ++------------------------------------
|
pyproject.toml | 111 +++-----------------------------------
|
||||||
setup.py | 77 ++++++++++++++++++++++++--
|
setup.py | 77 ++++++++++++++++++++++++--
|
||||||
tox.ini | 1 -
|
tox.ini | 1 -
|
||||||
10 files changed, 120 insertions(+), 139 deletions(-)
|
10 files changed, 120 insertions(+), 138 deletions(-)
|
||||||
create mode 100644 .coveragerc
|
create mode 100644 .coveragerc
|
||||||
|
|
||||||
diff --git a/.coveragerc b/.coveragerc
|
diff --git a/.coveragerc b/.coveragerc
|
||||||
@ -188,14 +188,13 @@ index 2c8efdb..577ba88 100644
|
|||||||
-delete
|
-delete
|
||||||
find . -depth -name __pycache__ -exec rm -rf {} \;
|
find . -depth -name __pycache__ -exec rm -rf {} \;
|
||||||
diff --git a/pyproject.toml b/pyproject.toml
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
index 8781155..dda8dbc 100644
|
index 77783f8..dda8dbc 100644
|
||||||
--- a/pyproject.toml
|
--- a/pyproject.toml
|
||||||
+++ b/pyproject.toml
|
+++ b/pyproject.toml
|
||||||
@@ -1,108 +1,8 @@
|
@@ -1,107 +1,8 @@
|
||||||
-[build-system]
|
-[build-system]
|
||||||
-requires = [
|
-requires = [
|
||||||
- "setuptools",
|
- "setuptools",
|
||||||
- "setuptools-scm",
|
|
||||||
-]
|
-]
|
||||||
-build-backend = "setuptools.build_meta"
|
-build-backend = "setuptools.build_meta"
|
||||||
-
|
-
|
||||||
@ -408,10 +407,10 @@ index 9ad6996..ad9d93b 100644
|
|||||||
+ test_suite = 'Tests',
|
+ test_suite = 'Tests',
|
||||||
)
|
)
|
||||||
diff --git a/tox.ini b/tox.ini
|
diff --git a/tox.ini b/tox.ini
|
||||||
index d0cc0ad..d442cd2 100644
|
index 436fb8f..40a6bef 100644
|
||||||
--- a/tox.ini
|
--- a/tox.ini
|
||||||
+++ b/tox.ini
|
+++ b/tox.ini
|
||||||
@@ -34,7 +34,6 @@ commands = {envpython} -bb -Werror \
|
@@ -33,7 +33,6 @@ commands = {envpython} -bb -Werror \
|
||||||
setenv =
|
setenv =
|
||||||
CFLAGS=-Wno-int-in-bool-context -Werror -std=c99
|
CFLAGS=-Wno-int-in-bool-context -Werror -std=c99
|
||||||
|
|
||||||
@ -420,5 +419,5 @@ index d0cc0ad..d442cd2 100644
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
# don't install, install dependencies manually
|
# don't install, install dependencies manually
|
||||||
--
|
--
|
||||||
2.52.0
|
2.54.0
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
%global openldap_version 2.4.45-4
|
%global openldap_version 2.4.45-4
|
||||||
|
|
||||||
Name: python-ldap
|
Name: python-ldap
|
||||||
Version: 3.4.5
|
Version: 3.4.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
Summary: An object-oriented API to access LDAP directory servers
|
Summary: An object-oriented API to access LDAP directory servers
|
||||||
@ -79,6 +79,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m unittest discover -v
|
|||||||
%{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info/
|
%{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 30 2026 Simon Pichugin <spichugi@redhat.com> - 3.4.7-1
|
||||||
|
- New upstream release 3.4.7
|
||||||
|
- Resolves: RHEL-183876
|
||||||
|
|
||||||
* Fri Apr 24 2026 Simon Pichugin <spichugi@redhat.com> - 3.4.5-1
|
* Fri Apr 24 2026 Simon Pichugin <spichugi@redhat.com> - 3.4.5-1
|
||||||
- New upstream release 3.4.5
|
- New upstream release 3.4.5
|
||||||
- Resolves: RHEL-155663
|
- Resolves: RHEL-155663
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (python_ldap-3.4.5.tar.gz) = c2561b6ac6deb5ec10006767310414f1754eb010633fb670c0abc4c268ef5c15a3b84b049cc38b78bb56c80853de96d21263fa596067b9abe9501e58496f5bdb
|
SHA512 (python_ldap-3.4.7.tar.gz) = 11c1ce9d5a4ee974ea3ff2f2eddf2d513ccce83072eb40514916e26887430fc366014a7101f5f7bbf55045e29e42c605dd79046a9901ea822fdbff2f8d7c248c
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user