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: zopefoundation/zope.event
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0
Choose a base ref
...
head repository: zopefoundation/zope.event
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 12, 2025

  1. Back to development: 6.1

    icemac committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    780e8cf View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Remove obsolete setuptools runtime dependency (#33)

    * Remove obsolete setuptools runtime dependency
    
    The runtime dependency on `setuptools` was only required for namespace
    support.  Since `pkg_resources`-style namespaces have been removed
    and there are no relevant imports left in the code, remove
    the unnecessary dependency.
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    
    * Update CHANGES.rst
    
    ---------
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    Co-authored-by: Michael Howitz <m.howitz@minddistrict.com>
    mgorny and icemac authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    59975dd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Update Python version support. (#37)

    * Drop support for Python 3.9.
    
    * Add support for Python 3.14.
    
    * Configuring for pure-python
    
    * Update Python version support.
    icemac authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    91f9713 View commit details
    Browse the repository at this point in the history
  2. setup.py: fix deprecated license classifier and add license file (#36)

    Fixes:
    ```
    Please consider removing the following classifiers in favor of a SPDX license expression:
    License :: OSI Approved :: Zope Public License
    ```
    
    Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
    BKPepe authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    fc17644 View commit details
    Browse the repository at this point in the history
  3. Preparing release 6.1

    icemac committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    2d08012 View commit details
    Browse the repository at this point in the history
  4. Back to development: 6.2

    icemac committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    638b419 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. convert setup py to pyproject toml (#38)

    * Move package metadata from setup.py to pyproject.toml.
    
    * Move package metadata from setup.py to pyproject.toml.
    
    * Refactor documentation configuration: replace pkg_resources with importlib.metadata for version retrieval and update copyright year dynamically.
    icemac authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    25ceeef View commit details
    Browse the repository at this point in the history
Loading