Skip to content

Commit

Permalink
python-automat: Update to 20.2.0, refresh patches
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffery To <[email protected]>
  • Loading branch information
jefferyto committed Feb 23, 2020
1 parent 9c64725 commit 9a049b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lang/python/python-automat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python-automat
PKG_VERSION:=0.8.0
PKG_VERSION:=20.2.0
PKG_RELEASE:=1

PYPI_NAME:=Automat
PKG_HASH:=269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484
PKG_HASH:=7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
- 'm2r',
- ],
install_requires=[
"attrs>=16.1.0",
"attrs>=19.2.0",
"six",
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- a/setup.py
+++ b/setup.py
@@ -27,15 +27,6 @@ setup(
"attrs>=16.1.0",
"attrs>=19.2.0",
"six",
],
- extras_require={
Expand Down
2 changes: 1 addition & 1 deletion lang/python/python-automat/patches/003-omit-tests.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
+ packages=find_packages(exclude=["*._test", "*._test.*"]),
package_dir={'automat': 'automat'},
install_requires=[
"attrs>=16.1.0",
"attrs>=19.2.0",
@@ -30,6 +30,7 @@ setup(
author='Glyph',
author_email='[email protected]',
Expand Down

0 comments on commit 9a049b6

Please sign in to comment.