SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-conan-1.49.0-4.1.x86_64.rpm :

* Tue Jun 07 2022 ecsos - Update to 1.49.0
* Wed Jan 26 2022 ecsos - Update to 1.44.1
* Tue Oct 05 2021 ecsos - Update to 1.40.3
* Tue Jul 27 2021 ecsos - Update to 1.39.0
* Tue Aug 04 2020 ecsos - Update to 1.28.0 - Feature: Show Conan version on HTML output. (#7443). - Feature: Support for cpp_info.components in pkg_config generator. (#7413). - Feature: Adds ps1 virtualenv to other OS for use with powershell 7. #7407 - Feature: Adds ps1 virtualenv to other OS for use with powershell 7. #7407 (#7408). - Feature: Propose init() method to unconditionally initialize class attributes like license or description. (#7404). - Feature: add deprecated attribute (#7399). - Feature: Allow conan.conf user configuration of paths to client certificate and key, outside of the Conan cache. (#7398). - Feature: Document return value of self.copy() in the package() method. (#7389). - Feature: Complete cli2.0 framework to handle sub-commands and add conan user command for cli 2.0 (#7372). - Feature: Implement required_conan_version in conanfile.py, will raise if the current Conan version does not match the defined version range. (#7360). - Feature: Add provides attribute to ConanFile: recipes can declare what they provide and Conan will fail if several recipes provide the same functionality (ODR violation). (#7337). - Feature: When using CONAN_V2_MODE if build_type or compiler are not defined Conan will raise an error. (#7327). - Feature: Adds filenames to cppinfo attribute, and changes cmake_find_package and cmake_find_package_multi generators so that they support it. (#7320). - Feature: Define recipe_folder attribute pointing to the folder containing conanfile.py (#7314). - Feature: Checking if a Linux distro uses apt is now based on the existence of apt in the system, instead of checking if the distro currently being used is in a hard-coded list of distros known to use apt. (#7309) - Feature: Add commands management for cli 2.0. (#7278) - Feature: Complete revamp of the lockfiles feature. Including version-only lockfiles, partial lockfiles, new command line syntax, improved management of build-order and many pending fixes. (#7243). - Feature: More detailed description for --update argument. (#7167). - Feature: improve compiler detection for CONAN_V2_MODE. (#5740). - Feature: Add settings for clang-cl (clang on Windows). (#5705). - Fix: Relax pluginbase requirement to pluginbase>=0.5, including latest 1.0.0 . (#7441) - Fix: Make explicit the file writing of toolchain() helpers, so the method can be used to save custom files. (#7435). - Fix: Fixing --help for commands in proposal for command line v2.0. (#7394) - Fix: Show outdated packages when running search --table. (#7364). - Fix: Relax msbuild generator to not raise in Linux. (#7361) - Fix: Conan config install does not trigger scheduled config command. (#7311) - Fix: Implement missing __contains__ method, so checking if myoption in self.info.options is possible in package_id(). (#7303) - Fix: Build first ocurrence of a node in a lockfile when it is repeated (build requires) (#7144) - BugFix: Only add User-Agent to headers dict if it was not provided by the user. (#7390) - Bugfix: cppstd was missing in settings.yml for the qcc compiler and updates to 8.3. (#7384) - BugFix: Fix missing download of conan_sources.tgz created using export_sources() method. (#7380) - Bugfix: Intel Compiler install location detection on Windows. (#7370) - Bugfix: Avoid crash while computing package_id when using package_revision_mode, and also incorrectly using installed binaries and reporting them installed after the re-computation of package_id resolved to a different binary. (#7353) - Bugfix: cmake_multi generator used with Xcode CMake generator. (#7341) - Bugfix: Do not fail for conan remove -r remote -p when there are no packages in the remote. (#7338) - Bugfix: Add system_libs to scons generator. (#7302)
* Thu Jul 02 2020 ecsos - Update to 1.27.0 - Feature: (Only if using two profiles) Information from the self.user_info field is provided to consumers: information from the host context is accessible via deps_user_info attribute, and information from the build context via user_info_build attribute. (#7266). - Feature: New conan config install --list and conan config install --remove=index arguments to display and remove conan config install origins. (#7263). - Feature: Support components for cmake_find_package_multi generator. (#7259). - Feature: Use Bootstrap in search table template style. (#7224) - Feature: Added support for template dir in conan new. (#7215). - Feature: Configuration for checking the required Conan client version. (#7183). - Feature: Adds tool to fix symlinks in the package_folder. (#7178). - Feature: Templates for conan search --table and conan info --graph can be overridden by the user. (#7176). - Feature: Add support for the CLICOLOR/CLICOLOR_FORCE/NO_COLOR output colorization control variables. (#7154). - Fix: Remove message from the qmake generator. (#7228) - Fix: Allow --build=Pkg/0.1AATT to match the Pkg/0.1 package, so the conan install Pkg/0.1AATT --build=Pkg/0.1AATT also works. (#7219) - Fix: Improve error message when svn or git are not in the installed or in the path. (#7194) - Fix: Graph created for the test_package/conanfile.py recipe takes the profile:build if given. (#7182) - Fix: Define user variables in the conan_toolchain.cmake file, not in the project-include file. (#7160) - Fix: Set toolset for MSBuild in case of Intel C++. (#6809) - Bugfix: Allow to extend classes with python_requires_extend from packages that contain . dots in the package name. (#7262) - Bugfix: Correctly inherit scm definitions from python_requires base classes. (#7238) - Bugfix: Change GNU triplet for iOS, watchOS, tvOS to allow simulator builds. (#6748) - SCM mode with scm_to_conandata and revisions marked as stable. Docs:- Changes from 1.26.1 - Fix: Add missing migrations. (#7213) - Fix: Packages listed as build_requires in recipes that belong to the host context don\'t add as build_requires those listed in the host profile. (#7169)- Changes from 1.26.0 - Feature: Expose msvs_toolset tool. (#7134). - Feature: Add components to cmake_find_package generator. (#7108). - Feature: Add stdcpp_library tool. (#7082). - Feature: Add remove_files_by_mask helper (#7080). - Feature: New toolchain() recipe method, as a new paradigm for integrating build systems, and simplifying developer flows. (#7076). - Feature: New experimental msvc generator that generates a .props file per dependency and is also multi-configuration. (#7035). - Feature: Add conan config init command. (#6959). - Feature: Add export() and export_sources() methods, that provide the self.copy() helper to add files to recipe or sources in the same way as the corresponding attributes. (#6945). - Feature: Allow access to self.name and self.version in set_name() and set_version() methods. (#6940). - Feature: Use a template approach for the html and dot output of the Conan graph. (#6833) - Feature: Handle C++ standard flag for Intel C++ compiler. (#6766) - Feature: Call compilervars.sh within CMake helper (Intel C++). (#6735). - Feature: Pass command to Runner as a sequence instead of string. (#5583). - Fix: JSON-serialize sets as a list when using conan inspect --json. (#7151) - Fix: Update the lockfile passed as an argument to the install command instead of the default conan.lock. (#7127) - Fix: Adding a package as editable stores full path to conanfile.py. (#7079) - Fix: Fix broken test PkgGeneratorTest. (#7065) - Fix: Fix wrong naming of variables in the pkg_config generator. (#7059) - Fix: Do not modify scm attribute when the origin remote cannot be deduced. (#7048) - Fix: vcvars_dict should accept a conanfile too. (#7010). - Fix: conan config install can overwrite read-only files and won\'t copy permissions. (#7004) - Fix: Better error message for missing binaries, including multiple --build=xxx outputs. (#7003) - Fix: Add quotes to folders to accept paths with spaces when calling pyinstaller. (#6955) - Fix: Previously conan always set cpp_std option in meson project, even if cppstd option was not set in conan profile. Now it sets the option only if cppstd profile option has a concrete value. (#6895) - Fix: Handle compiler flags for Intel C++ (AutoToolsBuildEnvironment, Meson). (#6819) - Fix: Set the default CMake generator and toolset for Intel C++. (#6804) - Bugfix: Fix iOS CMake architecture. (#7164) - Bugfix: Getting attribute of self.deps_user_info[dep] now raise AttributeError instead of a (wrong) KeyError, enabling hasattr() and correct getattr() behaviors. (#7131) - Bugfix: Fix crash while computing the package_id of a package when different package_id_mode are mixed and include package_revision_mode. (#7051) - Bugfix: Do not allow uploading packages with missing information in the scm attribute. (#7048) - Bugfix: Fixes an issue where Apple Framework lookup wasn\'t working on RelWithDebInfo CMake build types. (#7024) - Bugfix: Do not check patch compiler version in the cmake generators. (#6976)
* Tue Jun 02 2020 ecsos - Update to 1.25.2 - Bugfix: Previously conan always set cpp_std option in meson project, even if cppstd option was not set in conan profile. Now it sets the option only if cppstd profile option has a concrete value. (#7047) - Bugfix: Fix deploy generator management of relative symlinks. (#7044) - Bugfix: Fixes an issue where Apple Framework lookup wasn\'t working on RelWithDebInfo. (#7041) - Bugfix: Fix broken AutoToolsBuildEnvironment when a profile:build is defined. (#7032)- Changes from 1.25.1 - Feature: Add missing gcc versions: 6.5, 7.5, 8.4, 10.1. (#6993). - Bugfix: Resumable download introduced a bug when there is a fronted (like Apache) to Artifactory or other server that gzips the returned files, returning an incorrect Content-Length header that doesn\'t match the real content length. (#6996) - Bugfix: Set shared_linker_flags to CMake MODULE targets too in cmake generators, not only to SHARED_LIBRARIES. (#6983) - Bugfix: Fix conan_get_policy return value. (#6982) - Bugfix: Fix json output serialization for cpp_info.components. (#6966)
* Mon May 11 2020 ecsos - Initial version 1.25.0
 
ICM