Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pypi-simple

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pypi-simple - npm Package Compare versions

Comparing version
1.6.0
to
1.6.1
+5
-0
CHANGELOG.md

@@ -0,1 +1,6 @@

v1.6.1 (2024-10-23)
-------------------
- `SUPPORTED_REPOSITORY_VERSION` increased to `"1.3"` for compatibility with
PEP 740
v1.6.0 (2024-07-18)

@@ -2,0 +7,0 @@ -------------------

@@ -6,2 +6,8 @@ .. currentmodule:: pypi_simple

v1.6.1 (2024-10-23)
-------------------
- `SUPPORTED_REPOSITORY_VERSION` increased to ``"1.3"`` for compatibility with
:pep:`740`
v1.6.0 (2024-07-18)

@@ -8,0 +14,0 @@ -------------------

+2
-2

@@ -1,3 +0,3 @@

Sphinx~=7.0
Sphinx~=8.0
sphinx-copybutton~=0.5.0
sphinx_rtd_theme~=2.0
sphinx_rtd_theme~=3.0
Metadata-Version: 2.3
Name: pypi-simple
Version: 1.6.0
Version: 1.6.1
Summary: PyPI Simple Repository API client library

@@ -5,0 +5,0 @@ Project-URL: Source Code, https://github.com/jwodder/pypi-simple

@@ -17,3 +17,3 @@ """

__version__ = "1.6.0"
__version__ = "1.6.1"
__author__ = "John Thorvald Wodder II"

@@ -28,3 +28,3 @@ __author_email__ = "pypi-simple@varonathe.org"

#: The maximum supported simple repository version (See :pep:`629`)
SUPPORTED_REPOSITORY_VERSION: str = "1.2"
SUPPORTED_REPOSITORY_VERSION: str = "1.3"

@@ -31,0 +31,0 @@ #: :mailheader:`Accept` header value for accepting either the HTML or JSON