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

python314-pyreadstat-1.3.5-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python314-pyreadstat Distribution: openSUSE Tumbleweed
Version: 1.3.5 Vendor: openSUSE
Release: 1.1 Build date: Wed Jul 15 08:43:00 2026
Group: Unspecified Build host: reproducible
Size: 3693576 Source RPM: python-pyreadstat-1.3.5-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/Roche/pyreadstat
Summary: Package to read and write statistical data files into pandas
Reads and Writes SAS, SPSS and Stata files into pandas data frames.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Jul 15 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.3.5:
    * Update the bundled ReadStat sources
    * Use date, datetime and time formats without precision, reducing
      the need to add new formats manually
    * Read datetime values with microsecond precision
* Sun Apr 26 2026 Dirk Müller <dmueller@suse.com>
  - update to 1.3.4:
    * Refactored pyreadstat.pyx to pyreadstat.py solves #299
    * Added env variable PYREADSTAT_LINK_ICONV to link iconv at
      compiling time
    * Adding typing annotations solves #299
* Fri Apr 10 2026 Dirk Müller <dmueller@suse.com>
  - update to 1.3.3:
    * Added reading from file handles, solves #308
    * Adapted code and tests to work with pandas 3.0
    * correction to writing objects, solves #306
    * make list of notes writable, solves #292
    * enable support for polars, solves #282
    * updated Readstat sources to commit
      b2d5407d62caf3c33caadc0495c9f7684b6a0df7
    * Better error reporting when writing a column with an empty
      name, solves #276
    * added extra_time_formats, solves #283
    * changed empty original_variable_type from 'NULL' to None
      solves #287
    * implemented string_ref for large strings when writing DTA
      solves #268
    * Added Multiple Reponse Data Sets for SAV files #259
    * Fixed pyreadstat not raising error if folder does not exists
      when writing #269
    * Fixed tests for numpy 2 changes # 266
  - Remove support-numpy-2.patch: upstream.
* Wed Jul 03 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to autosetup and pyproject macros.
  - Add patch support-numpy-2.patch:
    * Use correct constant for NaN.
* Sat Mar 16 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.2.7:
    * Fixing warnings in new pandas version 2.2.1
    * Remove string encoding for read_por
    * Fix read in chunks when output is dict
* Tue Jan 09 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.2.6:
    * correcting bug when writing files with character columns with
      all missing, character length set to 1
    * Correcting bug for datetime64[us
    * Added modification_time and creation_time to metadata
    * added datetime64[us in addition to ns for improvement when
      writing.
* Thu Aug 31 2023 Markéta Machová <mmachova@suse.com>
  - update to 1.2.3
    * changes introduced for compatibility with cython 3.0.0.
      Cython 0.29 no longer supported. Python 2.7 no longer supported.
* Tue Jun 27 2023 Markéta Machová <mmachova@suse.com>
  - update to 1.2.2
    * added num_rows to multiprocessing to allow processing of xport,
      por and sav files not having the number of rows in the metadata.
* Mon Mar 13 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.2.1:
    * Readstat source updated to version 1.1.9
    * introduced recognition for pandas datatype datetime64[ns,
      UTC] and other datetime64 types when writing,
      so that this column type gets correctly written as datetime
    * introduced extra_datetime_formats and extra_date_formats
      arguments for read functions, cleaned the list of
      sas date, datetime and time formats to exclude those not
      directly convertible to python objects
    * improved performace of writer when there are datetime64
      columns
* Mon Feb 13 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.2.0:
    * added pyproject.toml
    * Updated Readstat code to Release 1.1.8
    * Solved issue with duplicated columns, #188
    * new parameter output_type to switch between returning a pandas
      dataframe or a dict of numpy arrays, partial solution for #184
    * Implemented row_compression for writing sav files, solves #185
    * Added new date formats for SAS and SPSS solves #170, #171
    * Added check missing_range type against variable type solves #180
    * Removed np.float, solves #160

Files

/usr/lib64/python3.14/site-packages/pyreadstat
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info/INSTALLER
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info/METADATA
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info/RECORD
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info/REQUESTED
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info/WHEEL
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info/licenses
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info/licenses/LICENSE
/usr/lib64/python3.14/site-packages/pyreadstat-1.3.5.dist-info/top_level.txt
/usr/lib64/python3.14/site-packages/pyreadstat/__init__.py
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/__init__.cpython-314.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/pyclasses.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/pyclasses.cpython-314.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/pyfunctions.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/pyfunctions.cpython-314.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/pyreadstat.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/pyreadstat.cpython-314.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/worker.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/__pycache__/worker.cpython-314.pyc
/usr/lib64/python3.14/site-packages/pyreadstat/_readstat_parser.c
/usr/lib64/python3.14/site-packages/pyreadstat/_readstat_parser.cpython-314-riscv64-linux-gnu.so
/usr/lib64/python3.14/site-packages/pyreadstat/_readstat_parser.pxd
/usr/lib64/python3.14/site-packages/pyreadstat/_readstat_parser.pyx
/usr/lib64/python3.14/site-packages/pyreadstat/_readstat_writer.c
/usr/lib64/python3.14/site-packages/pyreadstat/_readstat_writer.cpython-314-riscv64-linux-gnu.so
/usr/lib64/python3.14/site-packages/pyreadstat/_readstat_writer.pxd
/usr/lib64/python3.14/site-packages/pyreadstat/_readstat_writer.pyx
/usr/lib64/python3.14/site-packages/pyreadstat/conditional_includes.h
/usr/lib64/python3.14/site-packages/pyreadstat/py.typed
/usr/lib64/python3.14/site-packages/pyreadstat/pyclasses.py
/usr/lib64/python3.14/site-packages/pyreadstat/pyfunctions.py
/usr/lib64/python3.14/site-packages/pyreadstat/pyreadstat.py
/usr/lib64/python3.14/site-packages/pyreadstat/readstat_api.pxd
/usr/lib64/python3.14/site-packages/pyreadstat/worker.py
/usr/share/doc/packages/python314-pyreadstat
/usr/share/doc/packages/python314-pyreadstat/README.md
/usr/share/doc/packages/python314-pyreadstat/change_log.md
/usr/share/licenses/python314-pyreadstat
/usr/share/licenses/python314-pyreadstat/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:56:04 2026