This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python-cffi: bump to version 1.15.0
And use AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
3 years ago
committed by
Rosen Penev
parent
9fe8937d54
commit
ee2a4278d9
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lang/python/host-pip-requirements/cffi.txt
+3
-3
lang/python/python-cffi/Makefile
+ 1
- 1
lang/python/host-pip-requirements/cffi.txt
View File
@ -1,2 +1,2 @@
cffi==1.1
4.6 --hash=sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd
cffi==1.1
5.0 --hash=sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954
pycparser==2.20 --hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0
+ 3
- 3
lang/python/python-cffi/Makefile
View File
@ -8,11 +8,11 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
python-cffi
PKG_VERSION
:=
1.1
4.6
PKG_RELEASE
:=
1
PKG_VERSION
:=
1.1
5.0
PKG_RELEASE
:=
$(
AUTORELEASE
)
PYPI_NAME
:=
cffi
PKG_HASH
:=
c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd
PKG_HASH
:=
920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954
PKG_LICENSE
:=
MIT
PKG_LICENSE_FILES
:=
LICENSE
Write
Preview
Loading…
Cancel
Save