Recent Package Updates
2025-12-26: pygame-py39-2.6.1-1 (Python modules for writing games)Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task. commit log from Hanspeter Niederstrasser ([email protected]): pygame: v2.6.12025-12-26: pygame-py310-2.6.1-1 (Python modules for writing games)
Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task. commit log from Hanspeter Niederstrasser ([email protected]): pygame: v2.6.12025-12-26: pygame-py27-1.9.1-3 (Python modules for writing games)
Python modules for writing games commit log from Hanspeter Niederstrasser ([email protected]): pygame: v2.6.12025-12-26: pygame-py38-2.6.1-1 (Python modules for writing games)
Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task. commit log from Hanspeter Niederstrasser ([email protected]): pygame: v2.6.12025-12-25: xraylib3-2.16.0-4 (X-ray fluorescence library (build-time))
X-ray matter interaction cross sections for X-ray fluorescence applications. It is a C library with also Python, IDL, PERL and Fortran interfaces. commit log from Daniel Macks ([email protected]): xraylib3: fix some build-time messes; no idea if java build is clean2025-12-25: wise2-2.4.1-1 (Intelligent algorithms for DNA searches)
Wise2 is a package focused on comparisons of biopolymers, commonly DNA sequence and protein sequence. commit log from Daniel Macks ([email protected]): wise2: fix FTBFS2025-12-23: module-release-pm5302-2.136-2 (Automate software releases)
Module::Release automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use Makefile.PL and CVS. Other people have extended this in other modules under the same namespace so you can use Module::Build, svn, and many other things. The methods represent a step in the release process. Some of them check a condition (e.g. all tests pass) and die if that doesn't work. Module::Release doesn't let you continue if something is wrong. Once you have checked everything, use the upload features to send your files to the right places. The included release script is a good starting place. Don't be afraid to edit it for your own purposes. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: types-serialiser-pm-1.01-1 (Simple types for common serialisation formats)
Simple types for common serialisation formats commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: finance-quote-pm5182-1.67-1 (Perl module to get stock quotes)
Provides access to time-delayed stockquotes from a number of sources. After you've installed the package, try 'perldoc Finance::Quote'. This version makes use of https for several quote sources. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: module-release-pm5303-2.136-2 (Automate software releases)
Module::Release automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use Makefile.PL and CVS. Other people have extended this in other modules under the same namespace so you can use Module::Build, svn, and many other things. The methods represent a step in the release process. Some of them check a condition (e.g. all tests pass) and die if that doesn't work. Module::Release doesn't let you continue if something is wrong. Once you have checked everything, use the upload features to send your files to the right places. The included release script is a good starting place. Don't be afraid to edit it for your own purposes. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: sqlalchemy-py38-1.3.24-1 (Python interface to databases)
The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. extremely easy to use for all the basic tasks, such as: accessing thread-safe and pooled connections, constructing SQL from Python expressions, finding object instances, and commiting object modifications back to the database. powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. commit log from Daniel Macks ([email protected]): +TDep2025-12-23: flaky-py38-3.8.1-1 (Pytest plugin that reruns flaky tests)
Flaky is a plugin for pytest that automatically reruns flaky tests. Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically retried. commit log from Daniel Macks ([email protected]): flaky-pmXX: fix -n test (missing TDep)2025-12-23: finance-quote-pm5302-1.67-1 (Perl module to get stock quotes)
Provides access to time-delayed stockquotes from a number of sources. After you've installed the package, try 'perldoc Finance::Quote'. This version makes use of https for several quote sources. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: flaky-py39-3.8.1-1 (Pytest plugin that reruns flaky tests)
Flaky is a plugin for pytest that automatically reruns flaky tests. Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically retried. commit log from Daniel Macks ([email protected]): flaky-pmXX: fix -n test (missing TDep)2025-12-23: sqlalchemy-py36-1.3.24-1 (Python interface to databases)
The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. extremely easy to use for all the basic tasks, such as: accessing thread-safe and pooled connections, constructing SQL from Python expressions, finding object instances, and commiting object modifications back to the database. powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. commit log from Daniel Macks ([email protected]): +TDep2025-12-23: flaky-py310-3.8.1-1 (Pytest plugin that reruns flaky tests)
Flaky is a plugin for pytest that automatically reruns flaky tests. Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically retried. commit log from Daniel Macks ([email protected]): flaky-pmXX: fix -n test (missing TDep)2025-12-23: finance-quote-pm5162-1.67-1 (Perl module to get stock quotes)
Provides access to time-delayed stockquotes from a number of sources. After you've installed the package, try 'perldoc Finance::Quote'. This version makes use of https for several quote sources. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: module-release-pm5162-2.136-2 (Automate software releases)
Module::Release automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use Makefile.PL and CVS. Other people have extended this in other modules under the same namespace so you can use Module::Build, svn, and many other things. The methods represent a step in the release process. Some of them check a condition (e.g. all tests pass) and die if that doesn't work. Module::Release doesn't let you continue if something is wrong. Once you have checked everything, use the upload features to send your files to the right places. The included release script is a good starting place. Don't be afraid to edit it for your own purposes. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: module-release-pm5341-2.136-2 (Automate software releases)
Module::Release automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use Makefile.PL and CVS. Other people have extended this in other modules under the same namespace so you can use Module::Build, svn, and many other things. The methods represent a step in the release process. Some of them check a condition (e.g. all tests pass) and die if that doesn't work. Module::Release doesn't let you continue if something is wrong. Once you have checked everything, use the upload features to send your files to the right places. The included release script is a good starting place. Don't be afraid to edit it for your own purposes. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: finance-quote-pm5303-1.67-1 (Perl module to get stock quotes)
Provides access to time-delayed stockquotes from a number of sources. After you've installed the package, try 'perldoc Finance::Quote'. This version makes use of https for several quote sources. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: finance-quote-pm5341-1.67-1 (Perl module to get stock quotes)
Provides access to time-delayed stockquotes from a number of sources. After you've installed the package, try 'perldoc Finance::Quote'. This version makes use of https for several quote sources. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: cacertorg-ca-pm-20210114.003-1 (Protocol-independent use of IPv4 and IPv6)
Protocol-independent use of IPv4 and IPv6 commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: extutils-cbuilder-pm5184-0.28.02.36-2 (Compile and link C code for Perl modules)
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal! commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: extutils-cbuilder-pm5302-0.28.02.36-2 (Compile and link C code for Perl modules)
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal! commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: sqlalchemy-migrate-py27-0.7.2-4 (Database schema migration for SQLAlchemy)
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with database schema changes in SQLAlchemy projects. Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside Python code. commit log from Daniel Macks ([email protected]): sqlalchemy-migrate-pyXX: don't install a .orig patch-remnant file2025-12-23: sqlalchemy-py35-1.3.24-1 (Python interface to databases)
The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. extremely easy to use for all the basic tasks, such as: accessing thread-safe and pooled connections, constructing SQL from Python expressions, finding object instances, and commiting object modifications back to the database. powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. commit log from Daniel Macks ([email protected]): +TDep2025-12-23: extutils-cbuilder-pm5341-0.28.02.36-2 (Compile and link C code for Perl modules)
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal! commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: module-release-pm5182-2.136-2 (Automate software releases)
Module::Release automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use Makefile.PL and CVS. Other people have extended this in other modules under the same namespace so you can use Module::Build, svn, and many other things. The methods represent a step in the release process. Some of them check a condition (e.g. all tests pass) and die if that doesn't work. Module::Release doesn't let you continue if something is wrong. Once you have checked everything, use the upload features to send your files to the right places. The included release script is a good starting place. Don't be afraid to edit it for your own purposes. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: extutils-cbuilder-pm5182-0.28.02.36-2 (Compile and link C code for Perl modules)
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal! commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: sqlalchemy-py27-1.3.24-1 (Python interface to databases)
The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. extremely easy to use for all the basic tasks, such as: accessing thread-safe and pooled connections, constructing SQL from Python expressions, finding object instances, and commiting object modifications back to the database. powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. commit log from Daniel Macks ([email protected]): +TDep2025-12-23: finance-quote-pm5282-1.67-1 (Perl module to get stock quotes)
Provides access to time-delayed stockquotes from a number of sources. After you've installed the package, try 'perldoc Finance::Quote'. This version makes use of https for several quote sources. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: sqlalchemy-py39-1.3.24-1 (Python interface to databases)
The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. extremely easy to use for all the basic tasks, such as: accessing thread-safe and pooled connections, constructing SQL from Python expressions, finding object instances, and commiting object modifications back to the database. powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. commit log from Daniel Macks ([email protected]): +TDep2025-12-23: extutils-cbuilder-pm5282-0.28.02.36-2 (Compile and link C code for Perl modules)
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal! commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: module-release-pm5184-2.136-2 (Automate software releases)
Module::Release automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use Makefile.PL and CVS. Other people have extended this in other modules under the same namespace so you can use Module::Build, svn, and many other things. The methods represent a step in the release process. Some of them check a condition (e.g. all tests pass) and die if that doesn't work. Module::Release doesn't let you continue if something is wrong. Once you have checked everything, use the upload features to send your files to the right places. The included release script is a good starting place. Don't be afraid to edit it for your own purposes. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: sqlalchemy-py37-1.3.24-1 (Python interface to databases)
The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. extremely easy to use for all the basic tasks, such as: accessing thread-safe and pooled connections, constructing SQL from Python expressions, finding object instances, and commiting object modifications back to the database. powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. commit log from Daniel Macks ([email protected]): +TDep2025-12-23: extutils-cbuilder-pm5162-0.28.02.36-2 (Compile and link C code for Perl modules)
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal! commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: finance-quote-pm5184-1.67-1 (Perl module to get stock quotes)
Provides access to time-delayed stockquotes from a number of sources. After you've installed the package, try 'perldoc Finance::Quote'. This version makes use of https for several quote sources. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: extutils-cbuilder-pm5303-0.28.02.36-2 (Compile and link C code for Perl modules)
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal! commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: module-release-pm5282-2.136-2 (Automate software releases)
Module::Release automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use Makefile.PL and CVS. Other people have extended this in other modules under the same namespace so you can use Module::Build, svn, and many other things. The methods represent a step in the release process. Some of them check a condition (e.g. all tests pass) and die if that doesn't work. Module::Release doesn't let you continue if something is wrong. Once you have checked everything, use the upload features to send your files to the right places. The included release script is a good starting place. Don't be afraid to edit it for your own purposes. commit log from Daniel Macks ([email protected]): perlmod updates2025-12-23: sqlalchemy-py310-1.3.24-1 (Python interface to databases)
The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. extremely easy to use for all the basic tasks, such as: accessing thread-safe and pooled connections, constructing SQL from Python expressions, finding object instances, and commiting object modifications back to the database. powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. commit log from Daniel Macks ([email protected]): +TDep2025-12-23: flaky-py37-3.8.1-1 (Pytest plugin that reruns flaky tests)
Flaky is a plugin for pytest that automatically reruns flaky tests. Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically retried. commit log from Daniel Macks ([email protected]): flaky-pmXX: fix -n test (missing TDep)2025-12-22: nose-py34-1.3.7-5 (Python testing framework)
This packages provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. commit log from Daniel Macks ([email protected]): nose-pyXX: don't install a .orig patch-remnant file2025-12-22: nose-py37-1.3.7-5 (Python testing framework)
This packages provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. commit log from Daniel Macks ([email protected]): nose-pyXX: don't install a .orig patch-remnant file2025-12-22: bootstrap-modules-py39-20241126-3 (Bootstrap PEP 517 module builds)
This is a set of Python modules that are needed to do PEP 517 building and wheel installation. They have to be installed together to enable bootstrapping, because of circular dependencies. commit log from Daniel Macks ([email protected]): bootstrap-modules-pyXX: freshen a patch to avoid installing a .orig patch-remnant file2025-12-22: nose-py310-1.3.7-5 (Python testing framework)
This packages provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. commit log from Daniel Macks ([email protected]): nose-pyXX: don't install a .orig patch-remnant file2025-12-22: bootstrap-modules-py37-20241126-3 (Bootstrap PEP 517 module builds)
This is a set of Python modules that are needed to do PEP 517 building and wheel installation. They have to be installed together to enable bootstrapping, because of circular dependencies. commit log from Daniel Macks ([email protected]): bootstrap-modules-pyXX: freshen a patch to avoid installing a .orig patch-remnant file2025-12-22: nose-py39-1.3.7-5 (Python testing framework)
This packages provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. commit log from Daniel Macks ([email protected]): nose-pyXX: don't install a .orig patch-remnant file2025-12-22: bootstrap-modules-py38-20241126-3 (Bootstrap PEP 517 module builds)
This is a set of Python modules that are needed to do PEP 517 building and wheel installation. They have to be installed together to enable bootstrapping, because of circular dependencies. commit log from Daniel Macks ([email protected]): bootstrap-modules-pyXX: freshen a patch to avoid installing a .orig patch-remnant file2025-12-22: nose-py35-1.3.7-5 (Python testing framework)
This packages provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. commit log from Daniel Macks ([email protected]): nose-pyXX: don't install a .orig patch-remnant file2025-12-22: nose-py38-1.3.7-5 (Python testing framework)
This packages provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. commit log from Daniel Macks ([email protected]): nose-pyXX: don't install a .orig patch-remnant file2025-12-22: nose-py36-1.3.7-5 (Python testing framework)
This packages provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. commit log from Daniel Macks ([email protected]): nose-pyXX: don't install a .orig patch-remnant file2025-12-22: bootstrap-modules-py310-20241126-3 (Bootstrap PEP 517 module builds)
This is a set of Python modules that are needed to do PEP 517 building and wheel installation. They have to be installed together to enable bootstrapping, because of circular dependencies. commit log from Daniel Macks ([email protected]): bootstrap-modules-pyXX: freshen a patch to avoid installing a .orig patch-remnant file2025-12-22: extutils-command-pm-7.12-1 (OBSOLETE: use extutils-makemaker-pm)
OBSOLETE: use extutils-makemaker-pm commit log from Daniel Macks ([email protected]): extutils-command-pm: obsolete (absorbed into extutils-makemaker-pm)2025-12-22: tk-pm5303-804.036-2 (Graphical User Interface ToolKit)
Graphical User Interface ToolKit commit log from Daniel Macks ([email protected]): tk-pm: +BDep to resolve issue #1251...again2025-12-22: tk-pm5184-804.036-2 (Graphical User Interface ToolKit)
Graphical User Interface ToolKit commit log from Daniel Macks ([email protected]): tk-pm: +BDep to resolve issue #1251...again2025-12-22: tk-pm5282-804.036-2 (Graphical User Interface ToolKit)
Graphical User Interface ToolKit commit log from Daniel Macks ([email protected]): tk-pm: +BDep to resolve issue #1251...again2025-12-22: tk-pm5182-804.036-2 (Graphical User Interface ToolKit)
Graphical User Interface ToolKit commit log from Daniel Macks ([email protected]): tk-pm: +BDep to resolve issue #1251...again2025-12-22: tk-pm5162-804.036-2 (Graphical User Interface ToolKit)
Graphical User Interface ToolKit commit log from Daniel Macks ([email protected]): tk-pm: +BDep to resolve issue #1251...again2025-12-22: tk-pm5341-804.036-2 (Graphical User Interface ToolKit)
Graphical User Interface ToolKit commit log from Daniel Macks ([email protected]): tk-pm: +BDep to resolve issue #1251...again2025-12-22: tk-pm5302-804.036-2 (Graphical User Interface ToolKit)
Graphical User Interface ToolKit commit log from Daniel Macks ([email protected]): tk-pm: +BDep to resolve issue #1251...again2025-12-22: extutils-makemaker-pm5162-7.76-2 (Perl module to create a module Makefile)
Perl module to create a module Makefile commit log from Daniel Macks ([email protected]): ExtUtils::MakeMaker: remove hard-coded dup of what's also feature-tested2025-12-22: extutils-makemaker-pm5184-7.76-2 (Perl module to create a module Makefile)
Perl module to create a module Makefile commit log from Daniel Macks ([email protected]): ExtUtils::MakeMaker: remove hard-coded dup of what's also feature-tested2025-12-22: extutils-makemaker-pm5182-7.76-2 (Perl module to create a module Makefile)
Perl module to create a module Makefile commit log from Daniel Macks ([email protected]): ExtUtils::MakeMaker: remove hard-coded dup of what's also feature-tested2025-12-22: extutils-makemaker-pm5303-7.76-2 (Perl module to create a module Makefile)
Perl module to create a module Makefile commit log from Daniel Macks ([email protected]): ExtUtils::MakeMaker: remove hard-coded dup of what's also feature-tested2025-12-22: extutils-makemaker-pm5341-7.76-2 (Perl module to create a module Makefile)
Perl module to create a module Makefile commit log from Daniel Macks ([email protected]): ExtUtils::MakeMaker: remove hard-coded dup of what's also feature-tested2025-12-22: extutils-makemaker-pm5302-7.76-2 (Perl module to create a module Makefile)
Perl module to create a module Makefile commit log from Daniel Macks ([email protected]): ExtUtils::MakeMaker: remove hard-coded dup of what's also feature-tested2025-12-22: extutils-makemaker-pm5282-7.76-2 (Perl module to create a module Makefile)
Perl module to create a module Makefile commit log from Daniel Macks ([email protected]): ExtUtils::MakeMaker: remove hard-coded dup of what's also feature-tested