Skip to content

Commit

Permalink
Merge #159
Browse files Browse the repository at this point in the history
159: Update bork to 5.0.0 r=duckinator a=pyup-bot


This PR updates [bork](https://pypi.org/project/bork) from **4.0.2** to **5.0.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 5.0.0b6
   ```
   PyPI package: https://pypi.org/project/bork/5.0.0b6/
Docker image: https://hub.docker.com/r/duckinator/bork/

The ZipApp is available below, as bork.pyz.

---

Changes:

* Allow configuring files uploaded GitHub Releases and update documentation. (5.0.0b6) (181 by duckinator)
* Replace usage of distutils.version with packaging.version. (180 by duckinator)
* Extract remaining CI-only tests from .cirrus.yml into tests/test_repos.py. (179 by duckinator)
* Allow specifying project name explicitly (defaults to `&lt;repo&gt;` in `&lt;owner&gt;/&lt;repo&gt;`) (5.0.0b5) (178 by duckinator)
   ```
   
  
  
   ### 5.0.0b5
   ```
   PyPI package: https://pypi.org/project/bork/5.0.0b5/
Docker image: https://hub.docker.com/r/duckinator/bork/

The ZipApp is available below, as bork.pyz.

---

Changes:

* Allow specifying project name explicitly (defaults to `&lt;repo&gt;` in `&lt;owner&gt;/&lt;repo&gt;`) (5.0.0b5) (178 by duckinator)
* More improvements on GitHub Releases (v5.0.0b4) (177 by duckinator)
* Fix automation + improve Github Releases support (v5.0.0b3) (175 by duckinator)
* GitHub Release support/v5.0.0b2 (174 by duckinator)
* Attempt adding GitHub Release support (173 by duckinator)
* [CI] Fix `docker push` calls. (172 by duckinator)
* Version bump to v4.0.5. (171 by duckinator)
   ```
   
  
  
   ### 4.0.5
   ```
   PyPI package: https://pypi.org/project/bork/4.0.5/
~Docker image: https://hub.docker.com/r/duckinator/bork/~
The Docker release was [broken](https://cirrus-ci.com/task/6388386896281600?command=push) for this version.

The ZipApp is available below, as bork.pyz.
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/bork
  - Changelog: https://pyup.io/changelogs/bork/
  - Repo: https://github.com/duckinator/bork
</details>



Co-authored-by: pyup-bot <[email protected]>
  • Loading branch information
bors[bot] and pyup-bot authored Aug 5, 2020
2 parents 0ccf294 + 67d88e2 commit 1a3d6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ testing =
pytest-pylint==0.17.0

release =
bork==4.0.2
bork==5.0.0

docs =
pdoc3
bork==4.0.2
bork==5.0.0

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 1a3d6a6

Please sign in to comment.