Merge pull request #2009 from Rmys/master

expat curl ver. bump
This commit is contained in:
Rmys
2024-11-08 11:40:10 +03:00
committed by GitHub
4 changed files with 27 additions and 6 deletions
+1 -1
View File
@@ -53,4 +53,4 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGES", "docs/FEATURES*", "docs/FAQ*", "docs/BUGS*")
pisitools.dodoc("docs/FEATURES*", "docs/FAQ*", "docs/BUGS*")
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>A utility for getting files from remote servers</Summary>
<Description>curl is a command line tool for transferring data with URL syntax, supporting various protocols.</Description>
<Archive sha1sum="f7d213ac7dc89c01ee7cafa5bea9116a161875c2" type="tarbz2">http://curl.haxx.se/download/curl-8.9.1.tar.bz2</Archive>
<Archive sha1sum="4e597422c965c5f3cc0aff64cbfe6ef58e65e46f" type="tarbz2">http://curl.haxx.se/download/curl-8.11.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>zstd-devel</Dependency>
@@ -74,6 +74,13 @@
</Package>
<History>
<Update release="17">
<Date>2024-11-07</Date>
<Version>8.11.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16">
<Date>2024-08-03</Date>
<Version>8.9.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>XML parsing libraries</Summary>
<Description>This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.</Description>
<Archive sha1sum="4edcf405e881089c7352d2e6bae4d4ffb90bf1e2" type="tarxz">mirrors://sourceforge/expat/expat-2.6.3.tar.xz</Archive>
<Archive sha1sum="97d653e8f5a30dfdec7d6e525151efeac7890942" type="tarxz">mirrors://sourceforge/expat/expat-2.6.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>gnuconfig</Dependency>
<Dependency>glibc-devel</Dependency>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="19">
<Date>2024-11-07</Date>
<Version>2.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-09-05</Date>
<Version>2.6.3</Version>
+10 -3
View File
@@ -12,9 +12,9 @@
<IsA>library</IsA>
<Summary>Python cURL Module</Summary>
<Description>PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program.</Description>
<Archive sha1sum="2f1cce3aa8048e8a951e2c66b144cfccbd7bf0b9" type="targz">https://files.pythonhosted.org/packages/a8/af/24d3acfa76b867dbd8f1166853c18eefc890fc5da03a48672b38ea77ddae/pycurl-7.45.2.tar.gz</Archive>
<Archive sha1sum="d36e54b3d6d36460dae0c7a2b9971d72d16d8225" type="targz">https://files.pythonhosted.org/packages/c9/5a/e68b8abbc1102113b7839e708ba04ef4c4b8b8a6da392832bb166d09ea72/pycurl-7.45.3.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="8.9.1">curl-devel</Dependency>
<Dependency versionFrom="8.11.0">curl-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -24,7 +24,7 @@
<Package>
<Name>pycurl</Name>
<RuntimeDependencies>
<Dependency versionFrom="8.1.2">curl</Dependency>
<Dependency versionFrom="8.11.0">curl</Dependency>
<Dependency>python</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="16">
<Date>2024-11-07</Date>
<Version>7.45.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2024-08-03</Date>
<Version>7.45.2</Version>