Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
f4962f6f
Commit
f4962f6f
authored
9 months ago
by
Antoine Martin
Committed by
Celeste
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-w3lib: upgrade to 2.2.1
parent
4aad7218
No related branches found
No related tags found
1 merge request
!68427
community/py3-w3lib: upgrade to 2.2.1
Pipeline
#244715
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-w3lib/APKBUILD
+6
-4
6 additions, 4 deletions
community/py3-w3lib/APKBUILD
with
6 additions
and
4 deletions
community/py3-w3lib/APKBUILD
+
6
−
4
View file @
f4962f6f
...
@@ -2,7 +2,9 @@
...
@@ -2,7 +2,9 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname
=
py3-w3lib
pkgname
=
py3-w3lib
_pkgname
=
w3lib
_pkgname
=
w3lib
pkgver
=
2.2.0
pkgver
=
2.2.1
# Upstream doesn't always tag releases
_gittag
=
a50090f18c081e3eede7a070585650f835440565
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"A library of web-related functions"
pkgdesc
=
"A library of web-related functions"
url
=
"https://github.com/scrapy/w3lib"
url
=
"https://github.com/scrapy/w3lib"
...
@@ -12,8 +14,8 @@ depends="python3"
...
@@ -12,8 +14,8 @@ depends="python3"
makedepends
=
"py3-setuptools py3-gpep517 py3-wheel"
makedepends
=
"py3-setuptools py3-gpep517 py3-wheel"
checkdepends
=
"py3-pytest"
checkdepends
=
"py3-pytest"
subpackages
=
"
$pkgname
-pyc"
subpackages
=
"
$pkgname
-pyc"
source
=
"
$pkgname
-
$
pkgver
.tar.gz::https://github.com/scrapy/w3lib/archive/
refs/tags/v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$
_gittag
.tar.gz::https://github.com/scrapy/w3lib/archive/
$_gittag
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$
pkgver
"
builddir
=
"
$srcdir
/
$_pkgname
-
$
_gittag
"
replaces
=
"py-w3lib"
# Backwards compatibility
replaces
=
"py-w3lib"
# Backwards compatibility
provides
=
"py-w3lib=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
provides
=
"py-w3lib=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
...
@@ -36,5 +38,5 @@ package() {
...
@@ -36,5 +38,5 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
fd1d5623e02c8e13d76299a707c3ac071577c973a785dd1e9174cdf753bc0c7d467614e2252f707f38b022140451c6f5dea19de22476c297a9f06286c43bb227 py3-w3lib-2.2.0
.tar.gz
d777475d1e10806ee2397023262f2ec3b6dff566c48f85e5c18e68fe2c9b7dfc995afd54c89de6b61af67343f4b5a0c533191c716decbb7a9bbee05ed4bd0653 py3-w3lib-a50090f18c081e3eede7a070585650f835440565
.tar.gz
"
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment