From 2ed964e6a253be9379bc0a2178b7cdfd8663610c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 23 Nov 2023 12:20:24 -0800 Subject: [PATCH 1/2] Update badges in README The requires.io one no longer works, and it looks like CI has moved from Travis to GitHub Actions. --- README.rst | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 9b0bea5..6d90c69 100644 --- a/README.rst +++ b/README.rst @@ -3,19 +3,14 @@ cel-python ########## -.. image:: https://travis-ci.org/cloud-custodian/cel-python.svg?branch=master - :target: https://travis-ci.org/cloud-custodian/cel-python - :alt: Travis Build Status - -.. image:: https://requires.io/github/cloud-custodian/cel-python/requirements.svg?branch=master - :target: https://requires.io/github/cloud-custodian/cel-python/requirements/?branch=master - :alt: Requirements Status +.. image:: https://github.com/cloud-custodian/cel-python/workflows/CI/badge.svg + :target: https://github.com/cloud-custodian/cel-python/actions + :alt: GitHub Actions Build Status .. image:: https://img.shields.io/badge/license-Apache%202-blue.svg :target: https://www.apache.org/licenses/LICENSE-2.0 :alt: Apache License - Pure Python implementation of Google Common Expression Language, https://opensource.google/projects/cel. The Common Expression Language (CEL) implements common semantics for expression evaluation, From 5aa8bc04e354ff5d2889111c54c2f0f4d46d7d66 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 23 Nov 2023 12:22:30 -0800 Subject: [PATCH 2/2] Include badge linking to PyPI --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 6d90c69..64625c5 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,9 @@ cel-python ########## +.. image:: https://img.shields.io/pypi/v/cel-python.svg + :target: https://pypi.org/projects/cel-python/ + :alt: PyPI: cel-python .. image:: https://github.com/cloud-custodian/cel-python/workflows/CI/badge.svg :target: https://github.com/cloud-custodian/cel-python/actions