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

Update dependency Genshi to v0.7.7 #6240

Merged
merged 1 commit into from
May 1, 2022
Merged

Update dependency Genshi to v0.7.7 #6240

merged 1 commit into from
May 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Genshi ==0.7.5 -> ==0.7.7 age adoption passing confidence

Release Notes

edgewall/genshi

v0.7.7

Compare Source

Version 0.7.7
https://github.com/edgewall/genshi/releases/tag/0.7.7
(Apr 21 2022, from branches/stable/0.7.x)

  • Declared setuptools as the build backend (#​65 by Jason R. Coombs)
  • Fixed deprecation warnings caused by escape sequences in regex pattern
    strings (#​63 by Jan Vollmer)

v0.7.6

Compare Source

Version 0.7.6
https://github.com/edgewall/genshi/releases/tag/0.7.6
(Feb 9 2022, from branches/stable/0.7.x)

  • Added support for Python 3.10 and 3.11 (#​54, #​56, #​58 by Brandt Bucher, Felix Schwarz & Simon Cross)
  • Replaced assertEquals with assertEqual. assertEquals was deprecated in Python 3.2. (#​42 by Simon Cross)
  • Removed used of element.getchildren() which has been removed from the Python standard library elementtree in Python 3.9. (#​57 by Jan Vollmer)
  • Added support for Python 3.10 by using CodeType.replace in build_code_chunk to make code object updates more robust against changes in CodeType. (#​49 by Felix Schwarz)
  • Moved tests and releases workflows to GitHub Actions (#​61, #​51 by Felix Schwarz and Simon Cross)
  • Fixed reference leak in Markup.join C implementation. (#​47 by Simon Cross)
  • Sort directives only by directive index. Previously they were sorted by the class, namespace and arguments of the directives. This was acceptable in Python 2, but is a bug in Python 3 since some the arguments may not be comparable. (#​44 by Cédric Krier)
  • Add support for msgctxt to i18n. (#​13 by Eric O'Connell)
  • Implemented skipping of empty attributes during translation to match the behaviour during translation extraction (i.e. don't try to translate empty strings that are not extracted). (#​38 by Jun Omae)
  • Ported setuptools options to declarative config in setup.cfg. (#​40 by Eli Schwartz)
  • Removed used of deprecated setuptools Feature in setup.py. (#​39 by Eli Schwartz)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency Genshi to v0.7.6 Update dependency Genshi to v0.7.7 Apr 21, 2022
@renovate renovate bot force-pushed the renovate/genshi-0.x branch from b377fa6 to 054520e Compare April 21, 2022 13:40
@cclauss cclauss merged commit 25c515c into master May 1, 2022
@cclauss cclauss deleted the renovate/genshi-0.x branch May 1, 2022 20:24
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