gitea/modules/packages/conan
6543 da10ce8b07
Allow non-semver packages in the Conan package registry (#20412) (#20523)
Backport #20412

A lot of existing packages do not conform to SemVer, yet, they should be allowed
in the Conan package registry as-is. To achieve this, remove the SemVer check
from `NewRecipeReference`, and replace it with a simple empty string check.

A unit test with a non-semver version is also included.

Fixes #20405.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: Gergely Nagy <algernon@users.noreply.github.com>
2022-07-28 21:19:56 +01:00
..
conanfile_parser.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
conanfile_parser_test.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
conaninfo_parser.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
conaninfo_parser_test.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
metadata.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
reference.go Allow non-semver packages in the Conan package registry (#20412) (#20523) 2022-07-28 21:19:56 +01:00
reference_test.go Allow non-semver packages in the Conan package registry (#20412) (#20523) 2022-07-28 21:19:56 +01:00