From 06d13a41da7e90b26512f60de39e87150ecbc3b5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:22:55 +0300 Subject: [PATCH] Upgrade Bootstrap from 3.4.1 to 5.3.3 --- all.html | 34 +++++++++++++++++----------------- index.html | 12 ++++++------ style.css | 4 ++++ template/index.html | 6 +++--- wheel.css | 4 ++-- 5 files changed, 32 insertions(+), 28 deletions(-) diff --git a/all.html b/all.html index 798c1b83b1..eed0322f68 100644 --- a/all.html +++ b/all.html @@ -2,7 +2,7 @@ - + @@ -22,73 +22,73 @@

Drop Python

Python 2.0

- +

Python 2.1

- +

Python 2.2

- +

Python 2.3

- +

Python 2.4

- +

Python 2.5

- +

Python 2.6

- +

Python 2.7

- +

Python 3.0

- +

Python 3.1

- +

Python 3.2

- +

Python 3.3

- +

Python 3.4

- +

Python 3.5

- +

Python 3.6

- +

Python 3.7

- +
diff --git a/index.html b/index.html index 0514c34dc9..e10c159f80 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + @@ -22,21 +22,21 @@

Drop Python

@@ -48,7 +48,7 @@

What is this about?

This site shows the top 360 most-downloaded packages on PyPI (source) showing which have dropped support for a Python version.

Packages that are backports (for example, enum34) or known to be deprecated are not included (for example, distribute). If your package is incorrectly listed, please create a ticket.

See them all.

diff --git a/style.css b/style.css index 67206ad675..bb3fd7c13f 100644 --- a/style.css +++ b/style.css @@ -44,6 +44,10 @@ footer { box-sizing: content-box; } +.text-default { + color: #777; +} + @media (prefers-color-scheme: dark) { body { color: #ccc; diff --git a/template/index.html b/template/index.html index 8871466281..b049c3811e 100644 --- a/template/index.html +++ b/template/index.html @@ -2,7 +2,7 @@ - + @@ -21,7 +21,7 @@

Drop Python $template_version

- +

What is this about?

Python $template_version reached the end of its life on $template_eol. It's about time to drop support for Python $template_version.

Reasons for dropping

@@ -32,7 +32,7 @@

What is this list?

This site shows the top 360 most-downloaded packages on PyPI (source) showing which have dropped support for Python $template_version.

  • Green packages have dropped Python $template_version,
  • -
  • White packages may still support Python $template_version.
  • +
  • White packages may still support Python $template_version.

Packages that are backports (for example, enum34) or known to be deprecated are not included (for example, distribute). If your package is incorrectly listed, please create a ticket.

This is not an official website, just a nice visual way to measure progress. To see the authoritative guide on wheels and other aspects of python packaging, see the Python Packaging User Guide.

diff --git a/wheel.css b/wheel.css index bbeb067d8d..042da6d415 100644 --- a/wheel.css +++ b/wheel.css @@ -1,7 +1,7 @@ .success { - stroke: #4CAE4C; + stroke: #198754; stroke-width: 1; - fill: #5CB85C; + fill: #198754; } .default {