Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
254e8d57
Unverified
Commit
254e8d57
authored
6 years ago
by
zlg
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-certifi: bump to v2019.3.9
parent
fdf70441
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!202
zlg's package bumps for March 2019
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/py3-certifi/APKBUILD
+3
-3
3 additions, 3 deletions
user/py3-certifi/APKBUILD
user/py3-certifi/use-system-certs.patch
+3
-7
3 additions, 7 deletions
user/py3-certifi/use-system-certs.patch
with
6 additions
and
10 deletions
user/py3-certifi/APKBUILD
+
3
−
3
View file @
254e8d57
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname
=
py3-certifi
_pkgname
=
${
pkgname
#py3-
}
pkgver
=
201
8.11.2
9
pkgver
=
201
9.3.
9
pkgrel
=
0
pkgdesc
=
"Python package for providing Mozilla's CA Bundle"
url
=
"https://pypi.org/project/certifi"
...
...
@@ -26,5 +26,5 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
6a6bf1ff98caefcdbf78a8c83e11e155368bacdd806f0ae0c6afa8f513667df6598e594b3584de61acdca3d6049f4a776937f2aa8672b602bd6db7b737f6074e
certifi-201
8.11.2
9.tar.gz
1de38c55102b41bc91870b4810de89d8b0cffd61ba14257fe6c8445173b8b44153f2736050772eb63dd0a755890afe0f2d27516bbd39f05bf4016a4e29eebb67
use-system-certs.patch"
sha512sums
=
"
d86559b0d384f8114245b169391c73d5e6df02ba411cf9706c9d4e5958eeef610b6550bcb5eb519856b8fa25f3f5eb1cea02c0df1f6df72e16da8201732b0dd9
certifi-201
9.3.
9.tar.gz
afa381a68bbf117fcebb4cd020d8134dcf7c641a3258231249804c4b66d1c2c59fafe2dc1e55f0ddc2e269ad5f49ab10b96fd73d243d7b1df78f15fe70f279e4
use-system-certs.patch"
This diff is collapsed.
Click to expand it.
user/py3-certifi/use-system-certs.patch
+
3
−
7
View file @
254e8d57
--- a/certifi/core.py 2018-01-18 12:27:24.000000000 -0800
+++ b/certifi/core.py 2018-11-20 18:08:48.230610538 -0800
@@ -19,9 +19,7 @@
--- a/certifi/core.py
+++ b/certifi/core.py
@@ -12,5 +12,3 @@
def where():
- f = os.path.dirname(__file__)
-
- return os.path.join(f, 'cacert.pem')
+ return "/etc/ssl/certs/ca-certificates.crt"
def old_where():
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