| Summary: | textproc/py-acora: fix build with py311 by update to 2.4 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ruslan Makhmatkhanov <rm> | ||||
| Component: | Individual Port(s) | Assignee: | Antoine Brodin <antoine> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | rm | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(antoine) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 275494 | ||||||
| Attachments: |
|
||||||
sorry, haven't see it already updated. closing |
Created attachment 247819 [details] 2.4 update Simple update patch. All tests are passing: rm@cf:~/ports/textproc/py-acora% make test ===> Testing for py311-acora-2.4 ===> py311-acora-2.4 depends on file: /usr/local/bin/python3.11 - found /usr/home/rm/ports/textproc/py-acora/work/acora-2.4/scratch/test.py:443: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. unittest.makeSuite(UnicodeAcoraTest), /usr/home/rm/ports/textproc/py-acora/work/acora-2.4/scratch/test.py:444: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. unittest.makeSuite(PyUnicodeAcoraTest), /usr/home/rm/ports/textproc/py-acora/work/acora-2.4/scratch/test.py:445: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. unittest.makeSuite(BytesAcoraTest), /usr/home/rm/ports/textproc/py-acora/work/acora-2.4/scratch/test.py:446: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. unittest.makeSuite(PyBytesAcoraTest), ---------------------------------------------------------------------- Ran 83 tests in 0.252s OK