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

python310-xapian-1.4.21-3.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python310-xapian Distribution: openSUSE Tumbleweed
Version: 1.4.21 Vendor: openSUSE
Release: 3.2 Build date: Mon Feb 26 13:04:22 2024
Group: Development/Languages/Other Build host: reproducible
Size: 3152544 Source RPM: xapian-bindings-1.4.21-3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.xapian.org/
Summary: Files needed for developing Python scripts which use Xapian
Xapian is a probabilistic information retrieval library. It offers an
adaptable toolkit that allows developers to add advanced indexing and
search facilities to applications.
This package provides the files needed for developing Python 3 scripts
which use Xapian.

Provides

Requires

License

GPL-2.0-only

Changelog

* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Sat Jan 21 2023 Dirk Müller <dmueller@suse.com>
  - always build all configured python bindings for Tumbleweed+
* Fri Sep 30 2022 Antonio Larrosa <alarrosa@suse.com>
  - update to 1.4.21:
    * Documentation:
    - Consistently say "macOS" not "Mac OS X", "OS X", etc.
    * General:
    - Update to use AX_CXX_COMPILE_STDCXX which is a replacement for
      AX_CXX_COMPILE_STDCXX_11 (which we were using) which also
      supports newer C++ standards versions which will be useful.
      For C++11 the only difference seems to be that the macro now
      checks for attribute support - we use C++11 attributes so
      that seems a good thing.
    * Portability:
    - Drop special handling of MACOSX_DEPLOYMENT_TARGET.  This was
      only relevant for macOS 10.3 and (for powerpc only) 10.4, and
      Apple dropped support for 10.4 in 2009.
    * Java:
    - Document where to install .jar on macOS. Partly addresses #774
  - Rebase patch:
    * do-not-use-sphinx.diff
  - Add workaround for Leap 15.4 where %python38_version_nodots
    doesn't evaluate properly
* Tue Jul 19 2022 Ben Greiner <code@bnavigator.de>
  - Refresh do-not-use-sphinx.diff
* Sun Jul 17 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.4.20:
    * Enable -fvisibility-inlines-hidden option if the compiler supports it.
    * Add missing reference tracking. XapianEnquire now keeps a reference to the
      current XapianSorter object (if any).  XapianQueryParser now keeps a
      reference to any set XapianFieldProcessor objects.  Test coverage for keeping
      references to set functor objects is now more comprehensive.
    * smoketest.php: Remove bogus extra null parameters.  PHP ignores these extra
      parameters, but it's more helpful to be testing valid usage.
    * The configure probes for Python3 no longer use the deprecated distutils and
      imp modules (both of which are slated for removal in Python 3.12).  We now
      use sysconfig to get the directory to install the xapian module to, which may
      result in it being installed in a different place (it should still work, but
      if you're packaging the bindings you may need to update the list of files to
      include in the package).
* Fri Jan 28 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.4.19:
    * configure: Add missing AC_ARG_VAR for all programs so that they are
      documented in --help output, and so that autoconf knows they are "precious"
      and preserves them if configure is rerun even when they're specified via an
      environment variable.
    * Replace uses of obsolete autoconf macros, fixing warnings if configure is
      regenerated with a recent release of autoconf.
    * Add missing wrappers for some QueryParser FLAG_* constants.
    * Fix incorrect formatting in the processed POD documentation due to missing
      escaping of `>` in code snippets.
    * Make configure PHP5 version check more robust.  Previously it would have
      incorrectly accepted any (future) PHP version >= 10.0.0.
    * configure: We now reject PHP8 since it isn't currently supported
      by a released version of SWIG.  SWIG 4.1.0 will supports PHP8.
    * configure: Check for php-config7.4 as well as earlier 7.x versions
      and php-config.
    * Fix deprecation warnings with Python >= 3.9.
    * Remove more files/dirs on "make clean".  Reported by Gaurav Arora.
    * Fix build with Ruby 3.0 and clang. Reported by Eduard Panov on macos, where
      clang is the default compiler.
    * Improve markup in Ruby bindings docs.
* Sat Jan 23 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.4.18:
    * Support macOS 11.0 - AC_CANONICAL_HOST identifies this as darwin20, which
      wasn't caught by our glob pattern.  Patch from FX Coudert in
      https://github.com/xapian/xapian/pull/319
    * Wrap const std::string* parameters to accept a string or null in C#.  See #204.
    * Wrap const std::string* parameters to accept a String or null in Java.
    * Fix minor documentation typo.
* Thu Dec 17 2020 Benjamin Greiner <code@bnavigator.de>
  - Build bindings for all possible python3 flavors in TW
    gh#openSUSE/python-rpm-macros#66
  - Fix python related rpmlint warnings
* Sat Nov 07 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Fix build with RPM 4.16: error: bare words are no longer
    supported, please use "...":  no == yes.
* Thu Aug 27 2020 Antonio Larrosa <alarrosa@suse.com>
  - spec-cleaner run

Files

/usr/lib64/python3.10/site-packages/xapian
/usr/lib64/python3.10/site-packages/xapian/__init__.py
/usr/lib64/python3.10/site-packages/xapian/__pycache__
/usr/lib64/python3.10/site-packages/xapian/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/xapian/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/xapian/_xapian.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/packages/python310-xapian
/usr/share/doc/packages/python310-xapian/AUTHORS
/usr/share/doc/packages/python310-xapian/ChangeLog
/usr/share/doc/packages/python310-xapian/HACKING
/usr/share/doc/packages/python310-xapian/NEWS
/usr/share/doc/packages/python310-xapian/README
/usr/share/doc/packages/python310-xapian/TODO
/usr/share/doc/packages/xapian-bindings
/usr/share/doc/packages/xapian-bindings/python3.10
/usr/share/doc/packages/xapian-bindings/python3.10/docs
/usr/share/doc/packages/xapian-bindings/python3.10/docs/conf.py
/usr/share/doc/packages/xapian-bindings/python3.10/docs/conf.py.in
/usr/share/doc/packages/xapian-bindings/python3.10/docs/examples
/usr/share/doc/packages/xapian-bindings/python3.10/docs/examples.rst
/usr/share/doc/packages/xapian-bindings/python3.10/docs/examples/simpleexpand.py
/usr/share/doc/packages/xapian-bindings/python3.10/docs/examples/simpleindex.py
/usr/share/doc/packages/xapian-bindings/python3.10/docs/examples/simplematchdecider.py
/usr/share/doc/packages/xapian-bindings/python3.10/docs/examples/simplesearch.py
/usr/share/doc/packages/xapian-bindings/python3.10/docs/index.rst
/usr/share/doc/packages/xapian-bindings/python3.10/docs/introduction.rst
/usr/share/doc/packages/xapian-bindings/python3.10/docs/xapian.rst
/usr/share/licenses/python310-xapian
/usr/share/licenses/python310-xapian/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:32:11 2024