SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for hawkey-devel-0.3.8-1.git046ab1c.fc18.x86_64.rpm :
Fri Mar 1 13:00:00 2013 Aleš Kozumplík - 0.3.8-1.git046ab1c
- py: expose Subject.pattern (Ales Kozumplik)
- doc: added the rootdir parameter to hy_sack_create(). (Ales Kozumplik)
- sack: allow specifying a different rootdir (AKA \"installroot\") (Ales Kozumplik)
- Forms recognized by ``Subject`` are no longer an instance-scope setting. (RhBug:903687) (Ales Kozumplik)

Mon Feb 11 13:00:00 2013 Aleš Kozumplík - 0.3.7-2.gitdd10ac7
- Selector: allow constraining by version only (without the release). (Ales Kozumplik)
- python: reldep_repr() outputs a valid number. (Ales Kozumplik)
- Add pkg.conflicts and pkg.provides. (RhBug:908406) (Ales Kozumplik)
- hy_query_filter_requires() internally converts to a reldep. (Ales Kozumplik)
- support filtering by \'obsoletes\' and \'conflicts\' reldeps. (RhBug:908372) (Ales Kozumplik)
- allow filtering by requires with reldeps. (RhBug:908372) (Ales Kozumplik)
- py: Query.filter() returns instance of the same type as the original query. (Ales Kozumplik)
- sack_knows() does case-insensitive matching too (pricey yet needed). (Ales Kozumplik)
- subject: best shot at \'some-lib-devel\' is not that EVR is \'lib-devel\'. (RhBug:903687) (Ales Kozumplik)

Wed Jan 30 13:00:00 2013 Aleš Kozumplík - 0.3.6-2.gita53a6b1
- subject: best shot at \'some-lib-devel\' is not that EVR is \'lib-devel\'. (Ales Kozumplik)
- cosmetic: put HY_PKG_LOCATION into the lists alphabetically. (Ales Kozumplik)
- New key HY_PKG_LOCATION for query (Tomas Mlcoch)
- querying for upgrades: do not include arbitrary arch changes. (Ales Kozumplik)

Fri Jan 18 13:00:00 2013 Aleš Kozumplík - 0.3.6-1.gitc8365fa
- excludes: Query respects the exclude list. (related RhBug:884617)
- excludes: apply excludes in Goal. (related RhBug:884617)
- goal: support forcebest flag. (related RhBug:882211)
- disabling/enabling entire repositories.
- selector: preview possibly matched packages with hy_selector_matches(). (related RhBug:882851)

Thu Jan 3 13:00:00 2013 Aleš Kozumplík - 0.3.5-3.gitf981c48
- Rebuild with proper git revision.

Fri Dec 21 13:00:00 2012 Aleš Kozumplík - 0.3.5-1.gitd735540
- Move to libsolv-0.2.3 (suit minor API change there)

Mon Dec 17 13:00:00 2012 Aleš Kozumplík - 0.3.4-1.gitb3fcf21
- Subject: infrastructure for discovering NEVRA explanations of what user\'s input meant.
- fix: cloning an evaluated Query should copy the result set too.
- Reldeps: creating custom-specified reldeps (name, evr).
- Goal: accept a selector targeting a provide.
- delete goal_internal.h, not needed.
- Goal: give the solver SOLVER_FLAG_ALLOW_VENDORCHANGE (RhBug:885646)
- fix crash when hash for an invalid Reldep is requested.

Mon Nov 26 13:00:00 2012 Aleš Kozumplík - 0.3.3-1.git4e41b7f
- Python: improve Query result caching (uses the C facility now).
- packageset: add internal function for getting elements with a hint.
- Python, performance: Query.run() internally uses a set for the results instead of a list.
- Query: fix selecting upgrades for packages of changing architecture.
- Goal: add upgrade_to_selector() (EVR specs in selectors)
- checksums: do not assert() when the pkg hasn\'t got the asked checksum. (RhBug:878823)
- API change: rename: hy_package_get_nvra() -> hy_package_get_nevra().
- Goal: support distupgrade of all packages.

Thu Nov 15 13:00:00 2012 Aleš Kozumplík - 0.3.2-1.gite883549
- fix: hy_package_cmp() shouldn\'t compare packages of different arch equal.
- Goal: support reinstalls.

Thu Nov 8 13:00:00 2012 Aleš Kozumplík - 0.3.1-2.git6f9df85
- py: add __all__ to the hawkey module.
- API cleanup: give checksumming functions the \'hy_\' prefix.
- Add HyPackageSet.
- Make hy_query_filter_package_in() general enough to handle the relations too.
- Py: filter by relation and a set of target packages.
- remove: hy_query_filter_obsoleting().
- query: implement an empty Query filter.
- Add the reldep objects, reldep containers, and hy_package_get_requires(). (RhBug:847006)
- Query: filter provides by reldeps. (RhBug:847006)
- cleanup header files inclusions.
- py: fix memory leak package_str().
- hy_package_get_obsoletes().
- Query: filter with ORed reldep lists.

Wed Oct 17 14:00:00 2012 Aleš Kozumplík - 0.3.0-1.gitafa7717
- API change: Query: repo filter is called REPONAME now, now just REPO.
- python: isinstance check for hawkey.Package fails for package objects.
- Simplification of archive script (tmlcoch)
- API change: hy_repo_create() now takes the repo name as a parameter.
- API change: Use Selector for what used to be \"Query installs\".
- py: use general keyword arguments to Goal.install() etc. to construct a Selector.
- goal: improve error reporting when Goal failed/was not executed.
- selectors: glob matching the package name.

Fri Oct 5 14:00:00 2012 Aleš Kozumplík - 0.2.12-2.git7fa7aa9
- fix sigsegv in query.c:filter_sourcerpm().
- doc: move the hawkey reference to man section 3.
- query: filter by description or URL.
- fix: FOR_PACKAGELIST(pkg,list,i) offsets the \'i\' by one.
- Query: hy_query_filter_package_in() limits filtering to an arbitrary set of pkgs.
- Query: filtering by epoch.
- py: Query: make sure filterm() clears the result cache.
- py: fix: memory leaks with PySequence_GetItem().

Sat Sep 22 14:00:00 2012 Aleš Kozumplík - 0.2.11-4.git687ceab
- py: hawkey.test should not depend on libcheck.so.

Fri Sep 21 14:00:00 2012 Aleš Kozumplík - 0.2.11-1.git545a461
- py: Goal.run_all() returns True if a solution was found. (RhBug: 856615)
- py: Goal.run() accepts callback parameter too. (RhBug: 856615)
- query: filtering by version and release. (RhBug: 856612)
- Flag an error if Sack is created with an invalid arch. (RhBug: 857944)
- fix hy_get_sourcerpm() when the package has no sourcerpm. (RhBug: 858207)
- Query: filter by source rpm. (RhBug: 857941)
- Run \'make check\' when building the RPM.

Mon Sep 10 14:00:00 2012 Aleš Kozumplík - 0.2.10-2.gita198dea
- Fix build that now needs python-sphinx.

Thu Aug 30 14:00:00 2012 Aleš Kozumplík - 0.2.10-1.gita198dea
- Query cloning.
- Query: full version filtery is supported now.
- py: query.filter() now returns a cloned Query.
- py: len(query) and bool(query) now work as expected.

Thu Aug 23 14:00:00 2012 Aleš Kozumplík - 0.2.9-2.gitefeb04c
- Add manpage.

Thu Aug 23 14:00:00 2012 Aleš Kozumplík - 0.2.9-1.git8599c55
- Finding all solutions in Goal.
- hy_goal_reason() no longer depends on Fedora-specific hacks in libsolv.
- hy_package_get_sourcerpm()

Mon Aug 6 14:00:00 2012 Aleš Kozumplík - 0.2.8-1.gite6734fb
- repo loading API changed, hy_sack_load_yum_repo() now accepts flags to build
cache, load filelists, etc.
- fixed 843487: hawkey query.filter() ends with assertion.

Tue Jul 24 14:00:00 2012 Aleš Kozumplík - 0.2.7-1.git41b39ba
- Package description, license, url support.
- python: Unicode fixes in Query.

Thu Jul 19 14:00:00 2012 Fedora Release Engineering - 0.2.6-3.gitea88ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Mon Jul 16 14:00:00 2012 Aleš Kozumplík - 0.2.6-2.gitea88ad5
- HY_CLEAN_DEPS support.

Mon Jul 16 14:00:00 2012 Aleš Kozumplík - 0.2.6-1.git76a5b8c
- Use libsolv-0.0.0-13.
- hy_goal_get_reason().

Sun Jul 1 14:00:00 2012 Aleš Kozumplík - 0.2.5-1.git042738b
- Use libsolv-0.0.0-12.
- Added hy_package_get_hdr_checkum().

Mon Jun 25 14:00:00 2012 Aleš Kozumplík - 0.2.4-8.git04ecf00
- More package review issues.

Fri Jun 22 14:00:00 2012 Aleš Kozumplík - 0.2.4-7.git04ecf00
- More package review issues.

Wed Jun 20 14:00:00 2012 Aleš Kozumplík - 0.2.4-6.git04ecf00
- Prevent requires in the hawkey.test .so.

Tue Jun 19 14:00:00 2012 Aleš Kozumplík - 0.2.4-5.git04ecf00
- Fix rpmlint issues.

Wed Jun 13 14:00:00 2012 Aleš Kozumplík - 0.2.4-4.git04ecf00{?dist}
- Downgrades.

Fri Jun 8 14:00:00 2012 Aleš Kozumplík - 0.2.4-2.git1f198aa{?dist}
- Handling presto metadata.

Wed May 16 14:00:00 2012 Aleš Kozumplík - 0.2.3-1.git6083b79{?dist}
- Support libsolv\'s SOLVER_FLAGS_ALLOW_UNINSTALL.

Mon May 14 14:00:00 2012 Aleš Kozumplík - 0.2.2-1.git46bc9ec{?dist}
- Api cleanups.

Fri May 4 14:00:00 2012 Aleš Kozumplík - 0.2.1-1.gita59de8c0{?dist}
- Goal.update() takes flags to skip checking a pkg is installed.

Tue Apr 24 14:00:00 2012 Aleš Kozumplík - 0.2.0-4.gita7fafb2.fc18
- hy_query_filter_in()
- Better unit test support.

Thu Apr 12 14:00:00 2012 Aleš Kozumplík - 0.1-6.git0e6805c.fc18
- Initial package.


 
ICM