Bug 276498 - textproc/py-acora: fix build with py311 by update to 2.4
Summary: textproc/py-acora: fix build with py311 by update to 2.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks: 275494
  Show dependency treegraph
 
Reported: 2024-01-21 14:59 UTC by Ruslan Makhmatkhanov
Modified: 2024-01-21 15:18 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (antoine)


Attachments
2.4 update (1.07 KB, patch)
2024-01-21 14:59 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-01-21 14:59:07 UTC
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
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-01-21 15:18:47 UTC
sorry, haven't see it already updated. closing