Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 1.2.2.post1 #820

Merged
merged 1 commit into from
Oct 6, 2024
Merged

chore: 1.2.2.post1 #820

merged 1 commit into from
Oct 6, 2024

Conversation

henryiii
Copy link
Contributor

Just metadata updates, to get the 3.13 classifier on PyPI.

@henryiii
Copy link
Contributor Author

henryiii commented Oct 1, 2024

Can't figure out what changed, but we are getting this on Python 3.8 and 3.9:

docker run --rm -it python:3.9 bash
pip install tox
git clone https://github.com/pypa/build
cd build
tox -e py39 -- -k test_metadata_path_no_prepare -v
File "/build/.tox/py39/lib/python3.9/site-packages/importlib_metadata/compat/py39.py", line 23, in normalized_name
    return Prepared.normalize(getattr(dist, "name", None) or dist.metadata['Name'])
  File "/build/.tox/py39/lib/python3.9/site-packages/importlib_metadata/__init__.py", line 889, in normalize
    return re.sub(r"[-_.]+", "-", name).lower().replace('-', '_')
  File "/usr/local/lib/python3.9/re.py", line 210, in sub
    return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or bytes-like object

This is the Python 3.8-3.9 compat code in importlib_metadta tripping up on a distribution with only dist.__dict__={'_path': PosixPath('/build/tests/packages/test-no-prepare/test_no_prepare.egg-info')}. I think this is tripping up on tests/packages/test-no-prepare/test_no_prepare.egg-info/ and the local backend. But I don't know what updated to cause this to start happening.

@henryiii henryiii merged commit 2f66702 into main Oct 6, 2024
62 checks passed
@henryiii henryiii deleted the henryiii-patch-2 branch October 6, 2024 16:46
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 6, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 8, 2024
##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 9, 2024
##### v1.2.2.post1 (`https://github.com/pypa/build/releases/tag/1.2.2.post1`)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 9, 2024
##### v1.2.2.post1 (`https://github.com/pypa/build/releases/tag/1.2.2.post1`)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 9, 2024
##### v1.2.2.post1 (`https://github.com/pypa/build/releases/tag/1.2.2.post1`)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 9, 2024
##### v1.2.2.post1 (`https://github.com/pypa/build/releases/tag/1.2.2.post1`)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 9, 2024
##### v1.2.2.post1 (`https://github.com/pypa/build/releases/tag/1.2.2.post1`)

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 13, 2024
##### v1.2.2.post1 

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 13, 2024
##### v1.2.2.post1 

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 13, 2024
##### v1.2.2.post1 

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 14, 2024
##### v1.2.2.post1 

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 14, 2024
##### v1.2.2.post1 

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 14, 2024
##### v1.2.2.post1 

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 14, 2024
##### v1.2.2.post1 

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 14, 2024
##### v1.2.2.post1 

<!-- Release notes generated using configuration in .github/release.yml at main -->

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

#### What's Changed

-   ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in pypa/build#815
-   docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in pypa/build#816
-   docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in pypa/build#817
-   tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in pypa/build#824
-   ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in pypa/build#821
-   chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in pypa/build#820

#### New Contributors

-   [@SigureMo](https://github.com/SigureMo) made their first contribution in pypa/build#817

**Full Changelog**: pypa/build@1.2.2...1.2.2.post1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants