GitXplorerGitXplorer
M

blurb-it-test

public
0 stars
0 forks
9 issues

Commits

List of commits on branch use-gh-issues.
Verified
6878269401dff2504d170f423b5da5bd93aa3a3b

Bump coverage from 6.0.2 to 6.3.1 (#254)

ddependabot[bot] committed 3 years ago
Verified
4e6cb173b38e55bb9efd6c746e3d3866783be3be

Bump pytest-mock from 3.6.1 to 3.7.0 (#252)

ddependabot[bot] committed 3 years ago
Verified
d1fe1225cbef8fb18eb837d54a51532645e5ea0a

Bump pytest-aiohttp from 0.3.0 to 1.0.3 (#249)

ddependabot[bot] committed 3 years ago
Verified
0e12b1f0a59965e062e6992e124f7ac7e428a2d4

Bump gidgethub from 5.0.1 to 5.1.0 (#248)

ddependabot[bot] committed 3 years ago
Verified
9d8d8cae324714a84ae09d7ec7ba30646caeee90

Append newline to the news entry (#257)

MMariatta committed 3 years ago
Verified
3c57dcf35af7d60d5a8433b40e6dee4a2a802d1c

Bump aiohttp-session[secure] from 2.10.0 to 2.11.0 (#253)

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

blurb_it

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black

.. image:: https://github.com/python/blurb_it/actions/workflows/ci.yml/badge.svg?event=push :target: https://github.com/python/blurb_it/actions

.. image:: https://codecov.io/gh/python/blurb_it/branch/master/graph/badge.svg :target: https://codecov.io/gh/python/blurb_it

blurb add over the internet.

About

📜🤖 blurb-it allows you to add a misc/news file to your own CPython <https://github.com/python/cpython>_ pull request.

Misc/News file is needed <https://devguide.python.org/committing/#what-s-new-and-news-entries>_ for almost all non-trivial changes to CPython.

To use blurb-it, you must be logged in to GitHub.

Install blurb-it GitHub App to your account, and then grant the write access to your fork of the CPython repository.

Since blurb-it will have write access to the granted repo, you should only install it on your own CPython repository.

Install blurb-it <https://github.com/apps/blurb-it/installations/new>_ .

Uninstall blurb-it

  1. Go to https://github.com/settings/installations.

  2. Click blurb-it's "Configure" button.

  3. Scroll down and click the "Uninstall" button.

Deploy

|Deploy|

.. |Deploy| image:: https://www.herokucdn.com/deploy/button.svg :target: https://heroku.com/deploy?template=https://github.com/python/blurb_it

Requirements and dependencies

  • Python 3.7+
  • aiohttp
  • aiohttp-jinja2
  • gidgethub >= 5.0.0
  • pyjwt >= 2.0.0
  • cryptography

Running Tests

  1. Install pyhon virtual environment with $ python3 -m venv venv.
  2. Activate virtual environment with $ . venv/bin/activate.
  3. Install dev-requirements with (venv)$ pip install -r dev-requirements.txt.
  4. Run all test with (venv)$ pytest tests.