--- a/.gitlab-ci.yml Wed Jun 26 10:39:34 2019 +0200
+++ b/.gitlab-ci.yml Wed Jun 26 11:12:00 2019 +0200
@@ -22,26 +22,26 @@
allow_failure: true
script:
- pip install pylint --quiet
- - pylint src/
+ - pylint src/pyams_utils/
-quality:
- stage: test
- image: docker:stable
- variables:
- DOCKER_DRIVER: overlay2
- allow_failure: true
- services:
- - docker:stable-dind
- script:
- - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
- - echo "$PWD"
- - echo "$SP_VERSION"
- - docker run
- --env SOURCE_CODE="$PWD"
- --volume "$PWD":/code
- --volume /var/run/docker.sock:/var/run/docker.sock
- "registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
- - ls
- artifacts:
- reports:
- codequality: gl-code-quality-report.json
+#quality:
+# stage: test
+# image: docker:stable
+# variables:
+# DOCKER_DRIVER: overlay2
+# allow_failure: true
+# services:
+# - docker:stable-dind
+# script:
+# - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
+# - echo "$PWD"
+# - echo "$SP_VERSION"
+# - docker run
+# --env SOURCE_CODE="$PWD"
+# --volume "$PWD":/code
+# --volume /var/run/docker.sock:/var/run/docker.sock
+# "registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
+# - ls
+# artifacts:
+# reports:
+# codequality: gl-code-quality-report.json
--- a/buildout.cfg Wed Jun 26 10:39:34 2019 +0200
+++ b/buildout.cfg Wed Jun 26 11:12:00 2019 +0200
@@ -89,4 +89,4 @@
eggs = pyams_utils [test]
[versions]
-pyams_utils = 0.1.31
+pyams_utils = 0.1.32
--- a/setup.py Wed Jun 26 10:39:34 2019 +0200
+++ b/setup.py Wed Jun 26 11:12:00 2019 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.31'
+version = '0.1.32'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO Wed Jun 26 10:39:34 2019 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO Wed Jun 26 11:12:00 2019 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-utils
-Version: 0.1.31
+Version: 0.1.32
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
--- a/src/pyams_utils.egg-info/SOURCES.txt Wed Jun 26 10:39:34 2019 +0200
+++ b/src/pyams_utils.egg-info/SOURCES.txt Wed Jun 26 11:12:00 2019 +0200
@@ -9,7 +9,6 @@
src/pyams_utils/configure.zcml
src/pyams_utils/container.py
src/pyams_utils/context.py
-src/pyams_utils/context.py.orig
src/pyams_utils/data.py
src/pyams_utils/date.py
src/pyams_utils/decorator.py
@@ -39,7 +38,6 @@
src/pyams_utils/traversing.py
src/pyams_utils/unicode.py
src/pyams_utils/url.py
-src/pyams_utils/url.py.orig
src/pyams_utils/vocabulary.py
src/pyams_utils/wsgi.py
src/pyams_utils/zodb.py
--- a/src/pyams_utils.egg-info/requires.txt Wed Jun 26 10:39:34 2019 +0200
+++ b/src/pyams_utils.egg-info/requires.txt Wed Jun 26 11:12:00 2019 +0200
@@ -18,6 +18,7 @@
zope.annotation
zope.component
zope.container
+zope.dublincore
zope.datetime
zope.interface
zope.location