Skip to content

Commit d90f60c

Browse files
committed
Release: 0.7.0rc1
1 parent 62afb47 commit d90f60c

8 files changed

Lines changed: 88 additions & 101 deletions

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Medikit 0.7.2 on 2019-06-01.
1+
# Generated by Medikit 0.7.3 on 2019-07-20.
22
# All changes will be overriden.
33
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.
44

@@ -30,7 +30,7 @@ SPHINX_BUILDDIR ?= $(SPHINX_SOURCEDIR)/_build
3030
SPHINX_AUTOBUILD ?= $(PYTHON_DIRNAME)/sphinx-autobuild
3131
MEDIKIT ?= $(PYTHON) -m medikit
3232
MEDIKIT_UPDATE_OPTIONS ?=
33-
MEDIKIT_VERSION ?= 0.7.2
33+
MEDIKIT_VERSION ?= 0.7.3
3434

3535
.PHONY: $(SPHINX_SOURCEDIR) clean format help install install-dev install-docker install-jupyter install-sqlalchemy medikit quick test update update-requirements watch-$(SPHINX_SOURCEDIR)
3636

bonobo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7-dev"
1+
__version__ = '0.7.0rc1'

requirements-dev.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
-e .[dev]
22
-r requirements.txt
33
alabaster==0.7.12
4-
arrow==0.14.0
4+
arrow==0.14.2
55
atomicwrites==1.3.0
66
attrs==19.1.0
77
babel==2.7.0
88
binaryornot==0.4.4
9-
certifi==2019.3.9
9+
certifi==2019.6.16
1010
chardet==3.0.4
1111
click==7.0
1212
cookiecutter==1.5.1
@@ -15,29 +15,30 @@ docutils==0.14
1515
future==0.17.1
1616
idna==2.8
1717
imagesize==1.1.0
18-
importlib-metadata==0.17
18+
importlib-metadata==0.18
1919
jinja2-time==0.2.0
2020
jinja2==2.10.1
2121
markupsafe==1.1.1
22-
more-itertools==7.0.0
22+
more-itertools==7.1.0
2323
packaging==19.0
24-
pathlib2==2.3.3
24+
pathlib2==2.3.4
2525
pluggy==0.12.0
2626
poyo==0.4.2
2727
py==1.8.0
2828
pygments==2.4.2
2929
pyparsing==2.4.0
3030
pytest-cov==2.7.1
3131
pytest-timeout==1.3.3
32-
pytest==3.10.1
32+
pytest==4.6.4
3333
python-dateutil==2.8.0
3434
pytz==2019.1
3535
requests==2.22.0
3636
six==1.12.0
37-
snowballstemmer==1.2.1
37+
snowballstemmer==1.9.0
3838
sphinx-sitemap==0.2
3939
sphinx==1.8.5
4040
sphinxcontrib-websupport==1.1.2
4141
urllib3==1.25.3
42-
whichcraft==0.5.2
43-
zipp==0.5.1
42+
wcwidth==0.1.7
43+
whichcraft==0.6.0
44+
zipp==0.5.2

requirements-docker.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
-r requirements.txt
33
appdirs==1.4.3
44
bonobo-docker==0.6.0
5-
certifi==2019.3.9
5+
certifi==2019.6.16
66
chardet==3.0.4
77
colorama==0.3.9
88
docker-pycreds==0.4.0
99
docker==2.7.0
10-
fs==2.4.5
10+
fs==2.4.8
1111
graphviz==0.8.4
1212
idna==2.8
1313
jinja2==2.10.1
1414
markupsafe==1.1.1
1515
mondrian==0.8.0
1616
packaging==19.0
17-
pbr==5.2.1
18-
psutil==5.6.2
17+
pbr==5.4.1
18+
psutil==5.6.3
1919
pyparsing==2.4.0
2020
python-slugify==1.2.6
2121
pytz==2019.1
2222
requests==2.22.0
2323
semantic-version==2.6.0
2424
six==1.12.0
2525
stevedore==1.30.1
26-
typing==3.6.6
27-
unidecode==1.0.23
26+
typing==3.7.4
27+
unidecode==1.1.1
2828
urllib3==1.25.3
2929
websocket-client==0.56.0
3030
whistle==1.0.1

requirements-jupyter.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@ defusedxml==0.6.0
99
entrypoints==0.3
1010
ipykernel==5.1.1
1111
ipython-genutils==0.2.0
12-
ipython==7.5.0
12+
ipython==7.6.1
1313
ipywidgets==6.0.1
14-
jedi==0.13.3
14+
jedi==0.14.1
1515
jinja2==2.10.1
1616
jsonschema==3.0.1
17-
jupyter-client==5.2.4
17+
jupyter-client==5.3.1
1818
jupyter-console==6.0.0
19-
jupyter-core==4.4.0
19+
jupyter-core==4.5.0
2020
jupyter==1.0.0
2121
markupsafe==1.1.1
2222
mistune==0.8.4
2323
nbconvert==5.5.0
2424
nbformat==4.4.0
25-
notebook==5.7.8
25+
notebook==6.0.0
2626
pandocfilters==1.4.2
27-
parso==0.4.0
27+
parso==0.5.1
2828
pexpect==4.7.0
2929
pickleshare==0.7.5
30-
prometheus-client==0.6.0
30+
prometheus-client==0.7.1
3131
prompt-toolkit==2.0.9
3232
ptyprocess==0.6.0
3333
pygments==2.4.2
34-
pyrsistent==0.15.2
34+
pyrsistent==0.15.3
3535
python-dateutil==2.8.0
36-
pyzmq==18.0.1
36+
pyzmq==18.0.2
3737
qtconsole==4.5.1
3838
send2trash==1.5.0
3939
six==1.12.0
4040
terminado==0.8.2
4141
testpath==0.4.2
42-
tornado==6.0.2
42+
tornado==6.0.3
4343
traitlets==4.3.2
4444
wcwidth==0.1.7
4545
webencodings==0.5.1

requirements-sqlalchemy.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
-r requirements.txt
33
appdirs==1.4.3
44
bonobo-sqlalchemy==0.6.0
5-
certifi==2019.3.9
5+
certifi==2019.6.16
66
chardet==3.0.4
77
colorama==0.3.9
8-
fs==2.4.5
8+
fs==2.4.8
99
graphviz==0.8.4
1010
idna==2.8
1111
jinja2==2.10.1
1212
markupsafe==1.1.1
1313
mondrian==0.8.0
1414
packaging==19.0
15-
pbr==5.2.1
16-
psutil==5.6.2
15+
pbr==5.4.1
16+
psutil==5.6.3
1717
pyparsing==2.4.0
1818
python-slugify==1.2.6
1919
pytz==2019.1
2020
requests==2.22.0
2121
six==1.12.0
22-
sqlalchemy==1.3.4
22+
sqlalchemy==1.3.5
2323
stevedore==1.30.1
24-
typing==3.6.6
25-
unidecode==1.0.23
24+
typing==3.7.4
25+
unidecode==1.1.1
2626
urllib3==1.25.3
2727
whistle==1.0.1

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
-e .
22
appdirs==1.4.3
33
cached-property==1.5.1
4-
certifi==2019.3.9
4+
certifi==2019.6.16
55
chardet==3.0.4
66
colorama==0.3.9
7-
fs==2.4.5
7+
fs==2.4.8
88
graphviz==0.8.4
99
idna==2.8
1010
jinja2==2.10.1
1111
markupsafe==1.1.1
1212
mondrian==0.8.0
1313
packaging==19.0
14-
pbr==5.2.1
15-
psutil==5.6.2
14+
pbr==5.4.1
15+
psutil==5.6.3
1616
pyparsing==2.4.0
1717
python-slugify==1.2.6
1818
pytz==2019.1
1919
requests==2.22.0
2020
six==1.12.0
2121
stevedore==1.30.1
22-
typing==3.6.6
23-
unidecode==1.0.23
22+
typing==3.7.4
23+
unidecode==1.1.1
2424
urllib3==1.25.3
2525
whistle==1.0.1

setup.py

Lines changed: 46 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# Generated by Medikit 0.7.2 on 2019-06-01.
1+
# Generated by Medikit 0.7.3 on 2019-07-20.
22
# All changes will be overriden.
33
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.
44

5+
from setuptools import setup, find_packages
56
from codecs import open
67
from os import path
78

8-
from setuptools import find_packages, setup
9-
109
here = path.abspath(path.dirname(__file__))
1110

1211
# Py3 compatibility hacks, borrowed from IPython.
@@ -21,88 +20,75 @@ def execfile(fname, globs, locs=None):
2120

2221
# Get the long description from the README file
2322
try:
24-
with open(path.join(here, "README.rst"), encoding="utf-8") as f:
23+
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
2524
long_description = f.read()
2625
except:
27-
long_description = ""
26+
long_description = ''
2827

2928
# Get the classifiers from the classifiers file
30-
tolines = lambda c: list(filter(None, map(lambda s: s.strip(), c.split("\n"))))
29+
tolines = lambda c: list(filter(None, map(lambda s: s.strip(), c.split('\n'))))
3130
try:
32-
with open(path.join(here, "classifiers.txt"), encoding="utf-8") as f:
31+
with open(path.join(here, 'classifiers.txt'), encoding='utf-8') as f:
3332
classifiers = tolines(f.read())
3433
except:
3534
classifiers = []
3635

3736
version_ns = {}
3837
try:
39-
execfile(path.join(here, "bonobo/_version.py"), version_ns)
38+
execfile(path.join(here, 'bonobo/_version.py'), version_ns)
4039
except EnvironmentError:
41-
version = "dev"
40+
version = 'dev'
4241
else:
43-
version = version_ns.get("__version__", "dev")
42+
version = version_ns.get('__version__', 'dev')
4443

4544
setup(
46-
author="Romain Dorgueil",
47-
author_email="romain@dorgueil.net",
48-
data_files=[
49-
(
50-
"share/jupyter/nbextensions/bonobo-jupyter",
51-
[
52-
"bonobo/contrib/jupyter/static/extension.js",
53-
"bonobo/contrib/jupyter/static/index.js",
54-
"bonobo/contrib/jupyter/static/index.js.map",
55-
],
56-
)
57-
],
58-
description=("Bonobo, a simple, modern and atomic extract-transform-load toolkit for " "python 3.5+."),
59-
license="Apache License, Version 2.0",
60-
name="bonobo",
61-
python_requires=">=3.5",
45+
author='Romain Dorgueil',
46+
author_email='romain@dorgueil.net',
47+
data_files=[('share/jupyter/nbextensions/bonobo-jupyter', [
48+
'bonobo/contrib/jupyter/static/extension.js',
49+
'bonobo/contrib/jupyter/static/index.js',
50+
'bonobo/contrib/jupyter/static/index.js.map'
51+
])],
52+
description=
53+
('Bonobo, a simple, modern and atomic extract-transform-load toolkit for '
54+
'python 3.5+.'),
55+
license='Apache License, Version 2.0',
56+
name='bonobo',
57+
python_requires='>=3.5',
6258
version=version,
6359
long_description=long_description,
6460
classifiers=classifiers,
65-
packages=find_packages(exclude=["ez_setup", "example", "test"]),
61+
packages=find_packages(exclude=['ez_setup', 'example', 'test']),
6662
include_package_data=True,
6763
install_requires=[
68-
"cached-property ~= 1.4",
69-
"fs ~= 2.0",
70-
"graphviz >= 0.8, < 0.9",
71-
"jinja2 ~= 2.9",
72-
"mondrian ~= 0.8",
73-
"packaging ~= 19.0",
74-
"psutil ~= 5.4",
75-
"python-slugify ~= 1.2.0",
76-
"requests ~= 2.0",
77-
"stevedore ~= 1.27",
78-
"whistle ~= 1.0",
64+
'cached-property ~= 1.4', 'fs ~= 2.0', 'graphviz >= 0.8, < 0.9',
65+
'jinja2 ~= 2.9', 'mondrian ~= 0.8', 'packaging ~= 19.0',
66+
'psutil ~= 5.4', 'python-slugify ~= 1.2.0', 'requests ~= 2.0',
67+
'stevedore ~= 1.27', 'whistle ~= 1.0'
7968
],
8069
extras_require={
81-
"dev": [
82-
"cookiecutter >= 1.5, < 1.6",
83-
"coverage ~= 4.4",
84-
"pytest ~= 3.4",
85-
"pytest-cov ~= 2.5",
86-
"pytest-timeout >= 1, < 2",
87-
"sphinx ~= 1.7",
88-
"sphinx-sitemap >= 0.2, < 0.3",
70+
'dev': [
71+
'cookiecutter >= 1.5, < 1.6', 'coverage ~= 4.5', 'pytest ~= 4.6',
72+
'pytest-cov ~= 2.7', 'pytest-timeout >= 1, < 2', 'sphinx ~= 1.7',
73+
'sphinx-sitemap >= 0.2, < 0.3'
8974
],
90-
"docker": ["bonobo-docker ~= 0.6.0a1"],
91-
"jupyter": ["ipywidgets ~= 6.0", "jupyter ~= 1.0"],
92-
"sqlalchemy": ["bonobo-sqlalchemy ~= 0.6.0a1"],
75+
'docker': ['bonobo-docker ~= 0.6.0a1'],
76+
'jupyter': ['ipywidgets ~= 6.0', 'jupyter ~= 1.0'],
77+
'sqlalchemy': ['bonobo-sqlalchemy ~= 0.6.0a1']
9378
},
9479
entry_points={
95-
"bonobo.commands": [
96-
"convert = bonobo.commands.convert:ConvertCommand",
97-
"download = bonobo.commands.download:DownloadCommand",
98-
"examples = bonobo.commands.examples:ExamplesCommand",
99-
"init = bonobo.commands.init:InitCommand",
100-
"inspect = bonobo.commands.inspect:InspectCommand",
101-
"run = bonobo.commands.run:RunCommand",
102-
"version = bonobo.commands.version:VersionCommand",
80+
'bonobo.commands': [
81+
'convert = bonobo.commands.convert:ConvertCommand',
82+
'download = bonobo.commands.download:DownloadCommand',
83+
'examples = bonobo.commands.examples:ExamplesCommand',
84+
'init = bonobo.commands.init:InitCommand',
85+
'inspect = bonobo.commands.inspect:InspectCommand',
86+
'run = bonobo.commands.run:RunCommand',
87+
'version = bonobo.commands.version:VersionCommand'
10388
],
104-
"console_scripts": ["bonobo = bonobo.commands:entrypoint"],
89+
'console_scripts': ['bonobo = bonobo.commands:entrypoint']
10590
},
106-
url="https://www.bonobo-project.org/",
107-
download_url="https://github.com/python-bonobo/bonobo/tarball/{version}".format(version=version),
91+
url='https://www.bonobo-project.org/',
92+
download_url='https://github.com/python-bonobo/bonobo/tarball/{version}'.
93+
format(version=version),
10894
)

0 commit comments

Comments
 (0)