Skip to content

Commit

Permalink
Merge branch 'main' into stepsecurity_remediation_1725846128
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc <ozi.project@outlook.com>
  • Loading branch information
rjdbcm authored Sep 9, 2024
2 parents 523057b + 1052fec commit 5319714
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 2 deletions.
214 changes: 214 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,218 @@
# OZI CHANGELOG
## 1.20.8 (2024-09-08)


### 🐛 Fixed Bugs

* (invoke): run CIBW with warn=True — rjdbcm &lt;ozi.project@outlook.com&gt;
([`16da34b`](https://github.com/OZI-Project/OZI/commit/16da34b251fc39f15c75fa9c164a52721e63dd10))

* fix CIBW build selector — rjdbcm &lt;ozi.project@outlook.com&gt;
([`88adb35`](https://github.com/OZI-Project/OZI/commit/88adb35f5a796ab8e89a3936e9fa18b8100471a3))

* set env var for CIBW build selection — rjdbcm &lt;ozi.project@outlook.com&gt;
([`5e0ffb6`](https://github.com/OZI-Project/OZI/commit/5e0ffb6c70a0a98109dd135f183b8eec45c4d168))

* (invoke): use ``--only`` to target interpreter version in cibuildwheel release — rjdbcm &lt;ozi.project@outlook.com&gt;
([`b467c71`](https://github.com/OZI-Project/OZI/commit/b467c71db4271b731aba977b0b803a6d3309521c))

* (meson.options): remove twine and cibuildwheel from ``plugin-only`` — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`a536aaa`](https://github.com/OZI-Project/OZI/commit/a536aaaf606572be093c164529e41d9d28976c35))

* fix missing sign-checkpoint setup — rjdbcm &lt;ozi.project@outlook.com&gt;
([`ce0c854`](https://github.com/OZI-Project/OZI/commit/ce0c854cf4ea7b6a153bce31d687d50c70c0dd2f))

* fix tasks.py for use in CI — rjdbcm &lt;ozi.project@outlook.com&gt;
([`10b6732`](https://github.com/OZI-Project/OZI/commit/10b6732eb5c76272f4a99956b2b33a52b8d83c88))


### 🔨 Updated Scripts

* (meson.options): add ``cibuildwheel`` to ``dist-suite`` — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`a3bd757`](https://github.com/OZI-Project/OZI/commit/a3bd757acd9e892c2f483fcce1b28181dad3515f))

* use official workflows for semantic-release steps — rjdbcm &lt;ozi.project@outlook.com&gt;
([`fa315cc`](https://github.com/OZI-Project/OZI/commit/fa315ccfffa5dbc1b849e424889ca4eac60877ac))

* special invoke --ozi arg in this repo — rjdbcm &lt;ozi.project@outlook.com&gt;
([`bf2566f`](https://github.com/OZI-Project/OZI/commit/bf2566f86ea0c75805a4677224ad41de0551c89c))

* add --ozi option for building OZI itself — rjdbcm &lt;ozi.project@outlook.com&gt;
([`2c2a961`](https://github.com/OZI-Project/OZI/commit/2c2a961e9afd4e859ad2fa8ff4de8c0fc9356608))

* add python download endpoints — rjdbcm &lt;ozi.project@outlook.com&gt;
([`7fb56fa`](https://github.com/OZI-Project/OZI/commit/7fb56fa4e2729f47a9c6796f61641add1e66131e))

* add api.deps.dev:443 endpoint — rjdbcm &lt;ozi.project@outlook.com&gt;
([`c65a5c4`](https://github.com/OZI-Project/OZI/commit/c65a5c422a8350ecfce7c4d201571c8873c35ef1))

* add pypi.org endpoint — rjdbcm &lt;ozi.project@outlook.com&gt;
([`5c33b4d`](https://github.com/OZI-Project/OZI/commit/5c33b4d760384a925f9306c62633181aa9918c12))

* (invoke): dont sign release by default — rjdbcm &lt;ozi.project@outlook.com&gt;
([`3f2c641`](https://github.com/OZI-Project/OZI/commit/3f2c641f140f1b109bc7a1678dc74a193e40beb1))

* add oauth2.sigstore.dev:443 endpoint to allowed — rjdbcm &lt;ozi.project@outlook.com&gt;
([`c22767a`](https://github.com/OZI-Project/OZI/commit/c22767ad02dfa81229bb1e358d90ceb034ff15da))

* use prerelease github actions internally — rjdbcm &lt;ozi.project@outlook.com&gt;
([`14bc5fe`](https://github.com/OZI-Project/OZI/commit/14bc5fe5bd4bb58001b4f2dd3f5f2df0159ab701))


### 🔨 Updated Configuration

* (meson.options): add twine and cibuildwheel args — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`ac3382f`](https://github.com/OZI-Project/OZI/commit/ac3382f33046752bef0000aaa9690eacbd118fef))


### Other


* Update README — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`2c4dd7b`](https://github.com/OZI-Project/OZI/commit/2c4dd7bfc34e313857a5ac4705513809d52c0eb3))

* 🚨 run fix — rjdbcm &lt;ozi.project@outlook.com&gt;
([`b10059a`](https://github.com/OZI-Project/OZI/commit/b10059aafb805751c07be2d737a04c2a39c45dc0))

* Update dist-workflow.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`3c1bc09`](https://github.com/OZI-Project/OZI/commit/3c1bc09c46977479a941020a4479e4c9b6ee4e8c))

* Update pyproject.toml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`dd86f15`](https://github.com/OZI-Project/OZI/commit/dd86f1538a67ee6b02d736fafd2433fe428d8fac))

* Update meson.options — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`43b3f5e`](https://github.com/OZI-Project/OZI/commit/43b3f5e6afd83ae4d458f754d33e7e9bc3e0935a))

* Update meson.options — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`7dcb641`](https://github.com/OZI-Project/OZI/commit/7dcb6418be8a30c56fc95ed8b740052a56cf9465))

* 🚨 run ``tox -e fix`` — rjdbcm &lt;ozi.project@outlook.com&gt;
([`4d6f9c4`](https://github.com/OZI-Project/OZI/commit/4d6f9c465e4a8af6a4cd9bbc9c6d2aa8f7f39440))

## 1.20.7 (2024-09-06)


### ⬆️ Upgraded Dependencies

* ozi-core~=1.0.12 — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`cbb437d`](https://github.com/OZI-Project/OZI/commit/cbb437df0f227ded9c572162ee7d434ec196ee01))

* Bump OZI-Project/draft from 0.3.9 to 0.3.11

Bumps [OZI-Project/draft](https://github.com/ozi-project/draft) from 0.3.9 to 0.3.11.
- [Release notes](https://github.com/ozi-project/draft/releases)
- [Commits](https://github.com/ozi-project/draft/compare/d9421ff8095e084639f3b03673b110033452c9e0...7e8ad70f472504510e169567e97db01bdafe2533)


updated-dependencies:
- dependency-name: OZI-Project/draft
dependency-type: direct:production
update-type: version-update:semver-patch
... — dependabot[bot] &lt;support@github.com&gt;
([`128a11d`](https://github.com/OZI-Project/OZI/commit/128a11d428f2e987a21c9f3b15f0e70750a0016f))

* Bump OZI-Project/release from 0.8.10 to 0.8.11

Bumps [OZI-Project/release](https://github.com/ozi-project/release) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/ozi-project/release/releases)
- [Commits](https://github.com/ozi-project/release/compare/7edb07c74e124270a29b2cd5d32ce7c9fdfc0b22...4277e29de16b07dac4a89c8f7970c2da65554d17)


updated-dependencies:
- dependency-name: OZI-Project/release
dependency-type: direct:production
update-type: version-update:semver-patch
... — dependabot[bot] &lt;support@github.com&gt;
([`eaf36ba`](https://github.com/OZI-Project/OZI/commit/eaf36ba536030798b1c94c0bd439b845b4adb710))

* Update hypothesis[all] requirement in /ozi/test/pytest

Updates the requirements on [hypothesis[all]](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.0...hypothesis-python-6.112.0)


updated-dependencies:
- dependency-name: hypothesis[all]
dependency-type: direct:production
... — dependabot[bot] &lt;support@github.com&gt;
([`db96e80`](https://github.com/OZI-Project/OZI/commit/db96e808fff15fe6fdaf47b9a418d2a17d9a46e6))

* Update flake8-bugbear requirement in /ozi/lint/flake8

Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.4.21...24.8.19)


updated-dependencies:
- dependency-name: flake8-bugbear
dependency-type: direct:production
... — dependabot[bot] &lt;support@github.com&gt;
([`1b3be62`](https://github.com/OZI-Project/OZI/commit/1b3be62545555ccb26fea9670e493bbc8071d4a9))

* Update sigstore requirement in /ozi/dist/sigstore

Updates the requirements on [sigstore](https://github.com/sigstore/sigstore-python) to permit the latest version.
- [Release notes](https://github.com/sigstore/sigstore-python/releases)
- [Changelog](https://github.com/sigstore/sigstore-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sigstore/sigstore-python/compare/v3.1.0...v3.2.0)


updated-dependencies:
- dependency-name: sigstore
dependency-type: direct:production
... — dependabot[bot] &lt;support@github.com&gt;
([`00329a4`](https://github.com/OZI-Project/OZI/commit/00329a4780b417730023e3da6ad2a81cbdf59491))

* Bump OZI-Project/publish from 0.1.10 to 0.1.11

Bumps [OZI-Project/publish](https://github.com/ozi-project/publish) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/ozi-project/publish/releases)
- [Commits](https://github.com/ozi-project/publish/compare/cc463a2e9d2e928559e3edb4bd7f0fbcbefd1f11...55904e4f59084e7c6ccfad7b158db52a360e1f54)


updated-dependencies:
- dependency-name: OZI-Project/publish
dependency-type: direct:production
update-type: version-update:semver-patch
... — dependabot[bot] &lt;support@github.com&gt;
([`4b16333`](https://github.com/OZI-Project/OZI/commit/4b1633327ed9f172460427fca44ec22cb68a91c6))


### 🔨 Updated Scripts

* (pyproject.toml): remove dependabot incompatible key — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`b588b0a`](https://github.com/OZI-Project/OZI/commit/b588b0a1d253096b7d9eed0b2854554a4c2bb21c))


### Other


* Update dependabot.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`394cbaf`](https://github.com/OZI-Project/OZI/commit/394cbafcb7f6a5732397abc24aec687fe605b6a6))

* Update dependabot.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`4a8a362`](https://github.com/OZI-Project/OZI/commit/4a8a36219cd91bf4a00008c328a5880026b175fd))

* Update dependabot.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`f6bf4d8`](https://github.com/OZI-Project/OZI/commit/f6bf4d84a51c418d3761b3aa9ff0df77921cf17e))

* Update dependabot.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`df0db94`](https://github.com/OZI-Project/OZI/commit/df0db948e1fba6c2933cdd51af0afa439958e41e))

* Update dependabot.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`08fc950`](https://github.com/OZI-Project/OZI/commit/08fc950de2f3ab227dc938e54a820b1918681bb7))

* Update dependabot.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`dde6a0c`](https://github.com/OZI-Project/OZI/commit/dde6a0c536b7bd44eed59400300f16ef28392ed2))

* Update dependabot.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`927b539`](https://github.com/OZI-Project/OZI/commit/927b5398a3461f212f3faab473318c3ca352c478))

* Update dependabot.yml — Eden Ross Duff, MSc &lt;ozi.project@outlook.com&gt;
([`ad22cf2`](https://github.com/OZI-Project/OZI/commit/ad22cf224024f0423e535d53ddb6808e6cc5214e))

## 1.20.6 (2024-09-03)


Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Purpose
^^^^^^^

OZI is meant for Python developers as a standardized and opinionated
Python packaging style guide. It consists of command line utilities and a continuous integration checkpointing API using the Meson build system.
Python packaging style guide. It consists of command line utilities, a continuous integration checkpointing API using the Meson build system, and continuous deployment scripts.

The OZI continuous integration strategy consists of:

Expand Down
2 changes: 1 addition & 1 deletion meson.options
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ option(
value: ['-q', '--strip-extras', '--allow-unsafe', '--generate-hashes',],
yield: true,
)
option('args-cibuildwheel', type: 'array', value: ['--version'], yield: true)
option('args-cibuildwheel', type: 'array', value: ['--help'], yield: true)
option('install-args-cibuildwheel', type: 'array', value: [], yield: true)
option(
'config-args-twine',
Expand Down

0 comments on commit 5319714

Please sign in to comment.