Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-parted-3.13.0-1.2 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python310-parted Distribution: openSUSE Tumbleweed
Version: 3.13.0 Vendor: openSUSE
Release: 1.2 Build date: Sat Mar 16 18:37:54 2024
Group: Unspecified Build host: reproducible
Size: 365020 Source RPM: python-parted-3.13.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/dcantrell/pyparted/
Summary: Python module for GNU parted
Python module for the parted library.  It is used for manipulating
partition tables.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sat Mar 16 2024 Matej Cepl <mcepl@cepl.eu>
  - Update to 3.13.0:
    - Help the _ped module garbage collection in the test suite
    - Use 'return NULL' rather than 'return (PyObject *) NULL' in
      pydisk.c
    - Use Py_VISIT() in *_traverse() functions
    - Free allocated memory for temporary string buffers
    - Use Py_RETURN_NONE through the _ped module code
    - Coding style updates for the C code.
    - Some minor cleanups for the test case code
    - Remove DeprecationWarning in py_ped_constraint_duplicate()
    - Drop remaining Python 2.x handling from the Makefile drop six
    - Reformat all Python source code using Python black
    - Replace outdated Red Hat sample GPLv2+ boilerplates
    - Add support for loongarch
    - Add support for no_automount partition flag
    - Add new disk types - disk uuid and partition uuid
    - Fix start sector for test partition
    - Add example for viewing and changing GPT partition type UUID
    - Accept device path via argv for partition dump example
    - Add type ID / UUID to partition dump example
    - Map partition type ID / UUID accessors to Partition class
    - Bind low level APIs for type ID and UUID accessors
    - Add support for new libparted disk type features in
      parted-3.5
  - Remove unnecessary patches:
    - more-features-exposed.patch
    - python-parted-featurestest.patch
    - python-parted-no-six.patch
* Tue Apr 25 2023 pgajdos@suse.com
  - do not require six
  - added patches
    fix https://github.com/dcantrell/pyparted/issues/98
    + python-parted-no-six.patch
* Thu Jul 21 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Rebase more-features-exposed.patch to catch another test failure.
* Mon May 30 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 3.12.0:
    * Adjust how PED_PARTITION types are added to _ped
    * Add support for PARTITION_LINUX_HOME
    * Add units, devices, and partitions convenience dicts
    * Update version number and required libparted version
    * Correct PARTITION_* constant initialization
    * setup.py: port to setuptools
  - Add patch more-features-exposed.patch:
    * msdos and GPT seem to expose more features, include them when checking.
* Tue Jan 11 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.11.7:
    * Do not remove the generated tarballs.
    * Update the RELEASE file.
    * tests: Fix flag_get_name tests
    * Avoid potential NULL dereferences in pydisk.c and pytimer.c
    * New - example to query device capacity
    * correct spelling mistake
    * Make the partition name a property on parted.Partition objects
    * 'from collections' -> 'from collections.abc'
    * Add some more examples
    * Small correction to the PED_EXCEPTION_FIX handling.
    * Restore returning None for get_name
    * Handle PED_EXCEPTION_FIX
    * check for undefined flags
    * added support for newer pyparted versions
    * Support pypi.python.org for releases
    * Forgot the "/" in the path name
    * Remove assumption that temp devices get created in /tmp
    * Adjust test case numbers for GeometryWriteTestCase again
    * Revert "Use copy.deepcopy() rather than .duplicate()"
    * Remove another unnecessary os.close() from baseclass.py
    * Remove rogue close() call in baseclass.py
    * Ignore the 'const' and just use these values as 'char *'
    * Use copy.deepcopy
    * More file descriptor close statements.
    * Fixes for the RequiresDeviceNode class
    * Use a smaller length for GeometryWriteTestCase
    * Close the RequiresDeviceNode file descriptor before removal.
    * Fix writing NULL sectors using a Geometry object
    * Use Decimal
    * Fix reference to fedorahosted.org in README
    * Check for PartedException for upper disk and partition get flag ops.
    * Only define PARTITION_ESP if libparted provides PED_PARTITION_ESP
    * Only define PARTITION_IRST if libparted provides PED_PARTITION_IRST
    * I did not remember, Debian spells it "libparted-dev".
    * Add support for RISC-V
    * Typo fix: mimimum -> minimum
    * Replace 'iff' with 'if and only if' in pynatmath.h.
    * Fix a type for the get_max_primary_partition_count() doc string.
    * Remove *_LAST_FLAG checks
    * Use Decimal for Device.getSize
    * Update the 'twine upload' line in the Makefile
    * Don't intentionally prohibit Python 2 usage
    * mips64 support
    * Require at least libparted 3.3 and python 3.7
    * pedmodule.c: Fix partition enum flag handling
    * Add support for chromeos_kernel and bls_boot partition flags
    * Move exception declarations to _pedmodule.c
    * Use preprocessor for the _ped module and what constants to include.
    * Reduce libparted requirement to 3.2
    * Update the pypi target in the Makefile
    * Reduce minimum Python required to 3.5
    * Set PY_SSIZE_T_CLEAN for the build
    * add nvme support
    * Update RELEASE file to make last step be "make pypi"
  - drop no-last-flag-check.patch, python-parted-unittests.patch: obsolete
  - drop -fcommon, obsolete
* Tue Jun 02 2020 Matej Cepl <mcepl@suse.com>
  - Enable -fcommon which is not default with GCC10.
* Thu May 24 2018 tchvatal@suse.com
  - Add patch to tweak features detected in tests (parted changes
    from suse):
    * python-parted-featurestest.patch
  - Add patch python-parted-parted-binary.patch to run parted full
    path as user does not see sbin binaries
  - Add patch no-last-flag-check.patch from debian
  - Add patch python-parted-unittests.patch from ubuntu to fix tests
* Thu May 24 2018 tchvatal@suse.com
  - Implement singlespec version for python3
  - Refresh patch pyparted-3.10.patch to work with python3
  - Enable testsuite to validate it somehow
* Thu May 24 2018 bwiedemann@suse.com
  - Update to 3.11.1
    * make package build reproducible (boo#1041090)
* Fri Mar 31 2017 cbosdonnat@suse.com
  - Update to 3.10.7

Files

/usr/lib64/python3.10/site-packages/_ped.cpython-310-riscv64-linux-gnu.so
/usr/lib64/python3.10/site-packages/parted
/usr/lib64/python3.10/site-packages/parted/__init__.py
/usr/lib64/python3.10/site-packages/parted/__pycache__
/usr/lib64/python3.10/site-packages/parted/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/alignment.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/alignment.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/cachedlist.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/cachedlist.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/constraint.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/constraint.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/decorators.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/device.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/device.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/disk.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/disk.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/filesystem.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/filesystem.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/geometry.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/geometry.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/partition.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/parted/__pycache__/partition.cpython-310.pyc
/usr/lib64/python3.10/site-packages/parted/alignment.py
/usr/lib64/python3.10/site-packages/parted/cachedlist.py
/usr/lib64/python3.10/site-packages/parted/constraint.py
/usr/lib64/python3.10/site-packages/parted/decorators.py
/usr/lib64/python3.10/site-packages/parted/device.py
/usr/lib64/python3.10/site-packages/parted/disk.py
/usr/lib64/python3.10/site-packages/parted/filesystem.py
/usr/lib64/python3.10/site-packages/parted/geometry.py
/usr/lib64/python3.10/site-packages/parted/partition.py
/usr/lib64/python3.10/site-packages/pyparted-3.13.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pyparted-3.13.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/pyparted-3.13.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/pyparted-3.13.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/pyparted-3.13.0-py3.10.egg-info/top_level.txt
/usr/share/doc/packages/python310-parted
/usr/share/doc/packages/python310-parted/AUTHORS
/usr/share/doc/packages/python310-parted/NEWS
/usr/share/doc/packages/python310-parted/README.md
/usr/share/doc/packages/python310-parted/TODO
/usr/share/licenses/python310-parted
/usr/share/licenses/python310-parted/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:58:22 2024