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

Bump pycups from 2.0.1 to 2.0.4 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 15, 2024

Bumps pycups from 2.0.1 to 2.0.4.

Release notes

Sourced from pycups's releases.

pycups 2.0.4

The hotfix release removes install_requires from setup.py, which is used for generating OS requirements.

Enjoy!

Pycups 2.0.3

pycups 2.0.3 contains changes from 2.0.2 - mainly changes related to newer Python3 versions:

  • removed shebang from example/cupstree.py
  • ignore driverless utilities for postscriptdriver tags creation (Fedora bug #1873385)
  • remove epydoc from Makefile (#27)
  • fix invalid delete of pointer (#11)
  • Makefile uses wrong Python (#32)
  • define PY_SSIZE_T_CLEAN in cupsipp.h - fixes traceback during IPPRequest.writeIO with Python 3.10
  • fix the test.py when there is no printer installed (#46)
  • Use PyObject_Call() instead of deprecated PyEval_CallObject()

Version 2.0.3 was created to attempt to fix pycups installation via pip, but it was unsuccessful.

Enjoy!

Changelog

Sourced from pycups's changelog.

NEWS

New in 2.0.4:

  • remove the install_requires from setup.py

New in 2.0.2a0, 2.0.3:

  • attempts to fix installation in PyPi

New in 2.0.2:

  • removed shebang from example/cupstree.py
  • ignore driverless utilities for postscriptdriver tags creation (Fedora bug #1873385)
  • remove epydoc from Makefile (#27)
  • fix invalid delete of pointer (#11)
  • Makefile uses wrong Python (#32)
  • define PY_SSIZE_T_CLEAN in cupsipp.h - fixes traceback during IPPRequest.writeIO with Python 3.10
  • fix the test.py when there is no printer installed (#46)
  • Use PyObject_Call() instead of deprecated PyEval

New in 2.0.1:

  • pypi required .tar.gz
  • cups.require couldn't handle version bigger than 1

New in 2.0.0:

  • dropped macros for older CUPS < 2.0.0
  • dropped Python 2 support and its related macros
  • update license headers
  • thread did not hold GIL when called Py_XDECREF() from destroy_TLS(), causing SIGSEGV(Fedora bug #1816107)
  • fixed several compiler warnings
  • fix silent error on Connection.printFiles() (patch by Wilbert Berendsen)

New in 1.9.74:

  • fix Connection_writeRequestData with binary data (zdohnal/pycups#1)
  • misspelling (patch by Edward Betts)
  • fixed print function in example/cupstree.py (patch by Jiri Popelka)

New in 1.9.73:

  • Fixed build for CUPS 1.6.3 by making several constants conditional on CUPS >= 1.7.

New in 1.9.72:

  • Removed private CANCEL_DOCUMENT, GET_DOCUMENT_ATTRIBUTES, GET_DOCUMENTS, DELETE_DOCUMENT, SET_DOCUMENT_ATTRIBUTES IPP operation constants.
  • Fixed build for CUPS 1.4 by making several constants conditional on CUPS >= 1.5.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pycups](https://github.com/OpenPrinting/pycups) from 2.0.1 to 2.0.4.
- [Release notes](https://github.com/OpenPrinting/pycups/releases)
- [Changelog](https://github.com/OpenPrinting/pycups/blob/master/NEWS)
- [Commits](OpenPrinting/pycups@v2.0.1...v2.0.4)

---
updated-dependencies:
- dependency-name: pycups
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants