Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypiserver/pypiserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.2
Choose a base ref
...
head repository: pypiserver/pypiserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 29 files changed
  • 1 contributor

Commits on Jan 4, 2025

  1. chore: remove support for Python 3.7 (end-of-life) (#637)

    * chore: remove support for Python 3.7 (EOL)
    - See support timeline here: <https://devguide.python.org/versions/>
    
    * fix: mdformat
    dee-me-tree-or-love authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    f5b4dca View commit details
    Browse the repository at this point in the history
  2. chore: brush up some README content (#638)

    * chore: brush up README content
    
    * fix: more code snippet highlights
    
    * fix: mdformat
    
    * chore: more highlights
    dee-me-tree-or-love authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    d63ac97 View commit details
    Browse the repository at this point in the history
  3. fix: Dockerfile syntax warnings (#639)

    fix: Dockerfile syntax warnings
    - consistent casing
    - `ENV <key>=<value>`
    dee-me-tree-or-love authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    b0e9d6e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. feat: wrap local bottle and allow overriding MEMFILE_MAX with an …

    …env variable (#636)
    
    * chore(wip): define a bottle wrapper
    
    * chore(wip): adjust test files
    
    * chore(wip): adjust import
    
    * chore(wip): adjust import
    
    * chore(wip): adjust related mentions
    
    * fix: right paths in config files
    
    * fix(wip): format `test_main.py`
    
    * fix: format README
    
    * fix: include sub-modules in `setup.py`
    
    * chore: allow environment-driven patch
    
    * fix: formatting
    
    * chore(wip): add doctest to `env` overrides
    
    * chore(wip): collect doctests in tox
    
    * chore(wip): regular `pytest` test instead of `doctest`
    
    * fix: reload import
    
    * chore: explicit override check
    
    * fix: typing
    
    * chore: add `README.md` to `fixtures/`
    
    * chore(wip): init a `mypkg_heavy` fixture
    
    * chore: remove empty string
    
    * chore(wip): more clear placeholder setup
    
    * chore: reorganise the `mypkg_heavy`
    
    * chore: add `mypkg_heavy` to Makefile
    
    * chore(wip): prepare for testing with `mypkg_heavy`
    
    * fix: typo
    
    * fix: checking paths
    
    * chore: reorganizing
    
    * fix: forgotten `return`
    
    * chore(wip): naive patch for heavy packages test case
    
    * fix: port access
    
    * fix: build fixture
    
    * fix: proper fixture access
    
    * fix: black format
    
    * fix: docker argument order
    
    * chore(wip): test a failing option
    
    * chore: enable test with a `~150MB` package upload
    
    * chore: add basic `README` notice
    
    * chore: pin the `types-setuptools` until a proper follow-up
    
    * chore: title convention
    dee-me-tree-or-love authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    e205083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9038897 View commit details
    Browse the repository at this point in the history
Loading