From 8f184ddbb09b93812bca297882350cc7166a28ee Mon Sep 17 00:00:00 2001 From: Vitalii Vokhmin Date: Sat, 15 Jul 2017 12:39:24 +0200 Subject: [PATCH 1/4] Add a link to Contributing guide in README --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6c56328..588ed8e 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,8 @@ Homepage: https://www.bonobo-project.org/ (`Roadmap `_ and `contributors `_. - + .. image:: https://img.shields.io/pypi/l/bonobo.svg :target: https://pypi.python.org/pypi/bonobo :alt: License From 0bde35888e76389390bb6d705779bef65be2a11b Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sat, 15 Jul 2017 17:49:22 +0200 Subject: [PATCH 2/4] Create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..ed931de --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,46 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at bonobo@rdc.li. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ From def0a525e7a1178c3fd70078402a085c11e7fe23 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sat, 15 Jul 2017 17:50:16 +0200 Subject: [PATCH 3/4] Create CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e88ab53 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +See http://docs.bonobo-project.org/en/latest/contribute/index.html From 0e2e772043ed73a7a3079301cac912c7a7de1c0d Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 16 Jul 2017 10:50:49 +0200 Subject: [PATCH 4/4] release: 0.4.3 --- Makefile | 2 +- docs/changelog.rst | 7 +++++++ requirements-dev.txt | 4 ++-- requirements-docker.txt | 4 ++-- requirements-jupyter.txt | 4 ++-- requirements.txt | 2 +- 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 10094af..0c1f0b4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This file has been auto-generated. # All changes will be lost, see Projectfile. # -# Updated at 2017-07-04 10:50:55.775681 +# Updated at 2017-07-16 10:42:53.988109 PACKAGE ?= bonobo PYTHON ?= $(shell which python) diff --git a/docs/changelog.rst b/docs/changelog.rst index ebd2fac..2f12063 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +v.0.4.3 - 16 july 2017 +:::::::::::::::::::::: + +* #113 - Add flush() method to IOBuffer (Vitalii Vokhmin) +* Dependencies updated. +* Minor project artifacts updated. + v.0.4.2 - 18 june 2017 :::::::::::::::::::::: diff --git a/requirements-dev.txt b/requirements-dev.txt index 55ba71c..69d64d8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,8 +21,8 @@ pygments==2.2.0 pytest-cov==2.5.1 pytest-sugar==0.8.0 pytest-timeout==1.2.0 -pytest==3.1.2 -python-dateutil==2.6.0 +pytest==3.1.3 +python-dateutil==2.6.1 pytz==2017.2 requests==2.18.1 six==1.10.0 diff --git a/requirements-docker.txt b/requirements-docker.txt index 0a39353..f5e74fc 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,6 +1,6 @@ -e .[docker] appdirs==1.4.3 -bonobo-docker==0.2.9 +bonobo-docker==0.2.11 certifi==2017.4.17 chardet==3.0.4 colorama==0.3.9 @@ -15,6 +15,6 @@ pyparsing==2.2.0 pytz==2017.2 requests==2.18.1 six==1.10.0 -stevedore==1.23.0 +stevedore==1.24.0 urllib3==1.21.1 websocket-client==0.44.0 diff --git a/requirements-jupyter.txt b/requirements-jupyter.txt index d6a6fdb..2542040 100644 --- a/requirements-jupyter.txt +++ b/requirements-jupyter.txt @@ -1,7 +1,7 @@ -e .[jupyter] appnope==0.1.0 bleach==2.0.0 -decorator==4.0.11 +decorator==4.1.1 entrypoints==0.2.3 html5lib==0.999999999 ipykernel==4.6.1 @@ -26,7 +26,7 @@ pickleshare==0.7.4 prompt-toolkit==1.0.14 ptyprocess==0.5.2 pygments==2.2.0 -python-dateutil==2.6.0 +python-dateutil==2.6.1 pyzmq==16.0.2 qtconsole==4.3.0 simplegeneric==0.8.1 diff --git a/requirements.txt b/requirements.txt index 093a6a1..5ddbb01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ pyparsing==2.2.0 pytz==2017.2 requests==2.18.1 six==1.10.0 -stevedore==1.23.0 +stevedore==1.24.0 urllib3==1.21.1