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
2b4e2d6c
Commit
2b4e2d6c
authored
10 months ago
by
Simon Rupf
Committed by
omni
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-cachelib: upgrade to 0.13.0
parent
ba9d05e6
Loading
Loading
1 merge request
!64219
community/py3-cachelib: upgrade to 0.13.0
Pipeline
#226858
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-cachelib/APKBUILD
+3
-5
3 additions, 5 deletions
community/py3-cachelib/APKBUILD
community/py3-cachelib/no-deprecation.patch
+0
-13
0 additions, 13 deletions
community/py3-cachelib/no-deprecation.patch
with
3 additions
and
18 deletions
community/py3-cachelib/APKBUILD
+
3
−
5
View file @
2b4e2d6c
# Maintainer: Simon Rupf <simon@rupf.net>
pkgname
=
py3-cachelib
_pkgname
=
cachelib
pkgver
=
0.1
2
.0
pkgrel
=
1
pkgver
=
0.1
3
.0
pkgrel
=
0
pkgdesc
=
"A collection of cache libraries in the same API interface. Extracted from Werkzeug."
url
=
"https://cachelib.readthedocs.io/"
arch
=
"noarch"
...
...
@@ -13,7 +13,6 @@ checkdepends="py3-boto3 py3-pytest-xprocess py3-pytest"
subpackages
=
"
$pkgname
-pyc"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz
disable-mongo-tests.patch
no-deprecation.patch
"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
...
...
@@ -34,7 +33,6 @@ package() {
}
sha512sums
=
"
771ea8593e19aedda94c946ca0157b7d4c81ca9e56d0f15cbe7d462914bca3a1a0e5d61a23c8f890ec1ffa6320a47d7e8e3acfd33463af61b2578f6b65a7a15a
cachelib-0.1
2
.0.tar.gz
09604fdd03f84a207770313192898087fdd724999be93b08e61c463b793611783ea70b18afbd89e10c655d227108bebb5a192c7a8d5c241bc94209ff51f7b338
cachelib-0.1
3
.0.tar.gz
8b237ed9d06ef43adcf561c12d0c5768a43f963e866551c49e26d8eeaff55c7bf007b03cf468107bc67467fedc3898e4382e8e7c091e5c91f6d426a21044df36 disable-mongo-tests.patch
f4c350aa41f148ee34bd56081dbdd90f39f29644ff85e33fc43cd521d07dad7e5d36e06b231315cbed0b9aab2a6cdb67bca7783847f5c002f1d1fcd8ee4580db no-deprecation.patch
"
This diff is collapsed.
Click to expand it.
community/py3-cachelib/no-deprecation.patch
deleted
100644 → 0
+
0
−
13
View file @
ba9d05e6
failing on warnings is useless here
diff --git a/setup.cfg b/setup.cfg
index cf61879..6e8d387 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,6 @@
where = src
[tool:pytest]
testpaths = tests
filterwarnings =
- error
default::DeprecationWarning:cachelib.uwsgi
default::DeprecationWarning:cachelib.redis
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