Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1e7372fb52ed8b9a7b436afb0dc3bb395f07e637)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1e7372fb52ed8b9a7b436afb0dc3bb395f07e637)
  • Date: Fri, 12 Aug 2022 16:15:58 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/tzdata/DETAILS | 2 +-
libs/tzdata/HISTORY | 3 +++
net/samba4/DEPENDS | 2 ++
net/samba4/HISTORY | 3 +++
python-pypi/dnspython/DEPENDS | 3 ++-
python-pypi/dnspython/DETAILS | 9 +++------
python-pypi/dnspython/HISTORY | 4 ++++
7 files changed, 18 insertions(+), 8 deletions(-)

New commits:
commit 1e7372fb52ed8b9a7b436afb0dc3bb395f07e637
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

samba4: Add missing dependencies

commit 4accfe22317212d009131e8304acc95b421b05b4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dnspython 2.2.1

commit a538a0f6083bcaab03795226b5f4db07540a62cc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tzdata 2022b

diff --git a/libs/tzdata/DETAILS b/libs/tzdata/DETAILS
index fadbda2..31cd109 100755
--- a/libs/tzdata/DETAILS
+++ b/libs/tzdata/DETAILS
@@ -1,5 +1,5 @@
SPELL=tzdata
- VERSION=2022a
+ VERSION=2022b
SOURCE="${SPELL}${VERSION}.tar.gz"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=https://data.iana.org/time-zones/releases/${SOURCE}
diff --git a/libs/tzdata/HISTORY b/libs/tzdata/HISTORY
index 5bcbd57..f7eb90b 100644
--- a/libs/tzdata/HISTORY
+++ b/libs/tzdata/HISTORY
@@ -1,3 +1,6 @@
+2022-08-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2022b
+
2022-03-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2022a

diff --git a/net/samba4/DEPENDS b/net/samba4/DEPENDS
index d2c84ab..25c7f2a 100755
--- a/net/samba4/DEPENDS
+++ b/net/samba4/DEPENDS
@@ -1,9 +1,11 @@
+depends dnspython &&
depends e2fsprogs &&
depends gnutls &&
depends libcap &&
depends parse-yapp &&
depends popt &&
depends python3 &&
+depends python-markdown &&
depends tevent &&
depends talloc &&
depends ldb &&
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index e00f06a..44a1723 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,6 @@
+2022-08-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added missing depedencies: python-markdown, dnspython
+
2022-05-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.15.7, SECURITY_PATCH++
CVE-2021-44141
diff --git a/python-pypi/dnspython/DEPENDS b/python-pypi/dnspython/DEPENDS
index a86d429..d5a092f 100755
--- a/python-pypi/dnspython/DEPENDS
+++ b/python-pypi/dnspython/DEPENDS
@@ -1 +1,2 @@
-depends python
+depends python3 &&
+depends wheel
diff --git a/python-pypi/dnspython/DETAILS b/python-pypi/dnspython/DETAILS
index added68..eb632e0 100755
--- a/python-pypi/dnspython/DETAILS
+++ b/python-pypi/dnspython/DETAILS
@@ -1,12 +1,9 @@
SPELL=dnspython
- VERSION=1.10.0
+ VERSION=2.2.1
+
SOURCE_HASH=sha512:4b4d9c1670d7e948fb9eaa60d1a9ddef53d74f44dc547ad2b1b93390943bc3ed92da3adf4d711dcf216fd703da00389fc055b9ae96c7ff6ca012836b7601f464
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://www.dnspython.org/kits/$VERSION/$SOURCE
- SOURCE2_URL[0]=$SOURCE_URL.asc
- SOURCE_GPG=dnspython.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/d/$SPELL/$SOURCE
LICENSE[0]=PYTHON
WEB_SITE=http://www.dnspython.org/
ENTERED=20030617
diff --git a/python-pypi/dnspython/HISTORY b/python-pypi/dnspython/HISTORY
index a96dcf1..007393c 100644
--- a/python-pypi/dnspython/HISTORY
+++ b/python-pypi/dnspython/HISTORY
@@ -1,3 +1,7 @@
+2022-08-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.1
+ * DEPENDS: added dependency on wheel
+
2013-01-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.10.0
* dnspython.gpg: added public gpg key (2012), FFF5D1DE (Bob Halley



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1e7372fb52ed8b9a7b436afb0dc3bb395f07e637), Ismael Luceno, 08/12/2022

Archive powered by MHonArc 2.6.24.

Top of Page