Explorar o código

Declare dependency on pykwalify 1.6 or above, as older versions yield "Unknown key: version" rule errors.

Dan %!s(int64=7) %!d(string=hai) anos
pai
achega
815fb39a05
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  1. 4 0
      NEWS
  2. 2 2
      setup.py

+ 4 - 0
NEWS

@@ -1,3 +1,7 @@
+1.1.12.dev0
+ * #45: Declare dependency on pykwalify 1.6 or above, as older versions yield "Unknown key: version"
+   rule errors.
+
 1.1.11
 1.1.11
  * #25: Add "ssh_command" to configuration for specifying a custom SSH command or options.
  * #25: Add "ssh_command" to configuration for specifying a custom SSH command or options.
  * Fix for incorrect /etc/borgmatic.d/ configuration path probing on macOS. This problem manifested
  * Fix for incorrect /etc/borgmatic.d/ configuration path probing on macOS. This problem manifested

+ 2 - 2
setup.py

@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 from setuptools import setup, find_packages
 
 
 
 
-VERSION = '1.1.11'
+VERSION = '1.1.12.dev0'
 
 
 
 
 setup(
 setup(
@@ -32,7 +32,7 @@ setup(
         'atticmatic',
         'atticmatic',
     ],
     ],
     install_requires=(
     install_requires=(
-        'pykwalify',
+        'pykwalify>=1.6.0',
         'ruamel.yaml<=0.15',
         'ruamel.yaml<=0.15',
         'setuptools',
         'setuptools',
     ),
     ),