python-automat: Update to 20.2.0, refresh patches
authorJeffery To <redacted>
Sun, 23 Feb 2020 20:41:16 +0000 (04:41 +0800)
committerJeffery To <redacted>
Sun, 23 Feb 2020 20:41:16 +0000 (04:41 +0800)
Signed-off-by: Jeffery To <redacted>
lang/python/python-automat/Makefile
lang/python/python-automat/patches/001-do-not-use-setuptools-scm-m2r.patch
lang/python/python-automat/patches/002-omit-visualize.patch
lang/python/python-automat/patches/003-omit-tests.patch

index d9265da49e63051abcd4817bd88a9eaaa6d976a8..804d3c881a1b6749f19b6d1fdb7dc6b732728169 100644 (file)
@@ -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
index babcda4b1f4d501abe68a3af167b63afa7926532..e749af3612e37c47b6425a905d12ed0a1db9cb86 100644 (file)
@@ -26,5 +26,5 @@
 -        'm2r',
 -    ],
      install_requires=[
-         "attrs>=16.1.0",
+         "attrs>=19.2.0",
          "six",
index 0d68d891feb7a7605be0f8ff6160e10b2b52253b..ede27969634cdf24d6dec99173e2aaa6e2c63568 100644 (file)
@@ -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={
index 774b683d89a4e74695a7297c81c7c7f64be037fa..81f9e8b363094eb562be366d5574441658c3472a 100644 (file)
@@ -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='glyph@twistedmatrix.com',
git clone https://git.99rst.org/PROJECT